index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
monitor.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix monitor visit for class initializer
Sebastien Hertz
2014-09-09
1
-6
/
+0
*
Using the correct time for wait_start_ms when lock contention logging is enabled
Xin Guan
2014-08-22
1
-1
/
+1
*
Merge "ART: Do not recursively abort when visiting locks in a bad state"
Andreas Gampe
2014-08-16
1
-2
/
+11
|
\
|
*
ART: Do not recursively abort when visiting locks in a bad state
Andreas Gampe
2014-08-18
1
-2
/
+11
*
|
Tidy up monitor comments.
Ian Rogers
2014-08-15
1
-34
/
+0
*
|
Make Monitor::Wait more robust to spurious Inflate failures.
Ian Rogers
2014-08-15
1
-26
/
+23
|
/
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-4
/
+4
*
ART: Clean up API after change 102631
Andreas Gampe
2014-07-25
1
-1
/
+3
*
Recycle mem-maps for collector transitions.
Mathieu Chartier
2014-07-22
1
-2
/
+2
*
Avoid race in single thread suspension.
Ian Rogers
2014-07-17
1
-0
/
+2
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Use sched_yield in Monitor::MonitorEnter.
Mathieu Chartier
2014-07-15
1
-1
/
+5
*
Make CAS operations in Object use art::Atomic.
Ian Rogers
2014-07-10
1
-2
/
+2
*
Use memory chunks for monitors on LP64
Andreas Gampe
2014-07-10
1
-12
/
+45
*
ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exc...
Elena Sayapina
2014-07-07
1
-3
/
+4
*
Add logging to monitor deflation.
Mathieu Chartier
2014-06-24
1
-5
/
+14
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-6
/
+4
*
Clean up and augment Atomic class. Replace QuasiAtomic MemBars.
Hans Boehm
2014-06-06
1
-1
/
+1
*
Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""
Mathieu Chartier
2014-05-23
1
-1
/
+1
|
\
|
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-1
/
+1
*
|
Make the specification of when we need precise constants more precise.
Ian Rogers
2014-05-23
1
-1
/
+1
|
/
*
Merge "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-22
1
-1
/
+1
|
\
|
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-1
/
+1
*
|
Move SetMonitorEnterObject outside of blocked thread state change.
Mathieu Chartier
2014-05-22
1
-2
/
+2
*
|
Merge "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-1
/
+1
*
|
Merge "Add a read barrier for weak roots in monitors."
Hiroshi Yamauchi
2014-05-22
1
-7
/
+8
|
\
\
|
|
/
|
/
|
|
*
Add a read barrier for weak roots in monitors.
Hiroshi Yamauchi
2014-05-21
1
-7
/
+8
*
|
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
1
-3
/
+3
|
/
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
*
ART: Fix Segment Fault with null owner while monitor logging is enabled
Haifeng Li
2014-05-16
1
-2
/
+7
*
Fix race in inflating thin locks.
Mathieu Chartier
2014-05-14
1
-13
/
+14
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-21
/
+23
*
Use non volatile lock words in semispace collector.
Mathieu Chartier
2014-04-17
1
-33
/
+31
*
Add monitor deflation.
Mathieu Chartier
2014-04-07
1
-10
/
+32
*
Fix ThreadStress, unify ANR lock descriptions.
Ian Rogers
2014-04-01
1
-35
/
+36
*
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-04-01
1
-39
/
+43
*
Enable annotalysis on clang ART builds.
Ian Rogers
2014-03-06
1
-5
/
+16
*
Remove using mirror::* in jni internal.
Mathieu Chartier
2014-02-14
1
-5
/
+6
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-2
/
+2
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-8
/
+10
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-2
/
+3
*
Fix races in thread list Unregister.
Mathieu Chartier
2013-12-05
1
-2
/
+1
*
Fix portable + mips build.
Mathieu Chartier
2013-11-12
1
-1
/
+4
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-19
/
+78
*
Lazily compute object identity hash codes.
Mathieu Chartier
2013-10-31
1
-5
/
+15
*
Add missing null check in monitor install.
Mathieu Chartier
2013-10-30
1
-1
/
+1
*
Fix object identity hash.
Mathieu Chartier
2013-10-29
1
-38
/
+84
*
Notify doesn't inflate, rename helper.
Ian Rogers
2013-10-11
1
-1
/
+1
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
1
-397
/
+330
[next]