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
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-6
/
+7
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+1
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-46
/
+47
*
API change in StackVisitor::GetVReg*.
Nicolas Geoffray
2015-03-13
1
-2
/
+5
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-6
/
+3
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-1
/
+1
*
Reserve bits in the lock word for read barriers.
Hiroshi Yamauchi
2015-03-03
1
-39
/
+69
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-0
/
+7
*
Fix compaction unsafe DescribeWait
Mathieu Chartier
2015-01-22
1
-1
/
+4
*
Fix frequent gcstress ThreadStress crash
Mathieu Chartier
2015-01-06
1
-8
/
+3
*
Add systrace events to monitors and thread suspension
Mathieu Chartier
2014-12-17
1
-1
/
+10
*
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-12
1
-2
/
+0
*
am 78a32333: Merge "ART: More warnings"
Andreas Gampe
2014-11-05
1
-4
/
+4
|
\
|
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-4
/
+4
*
|
am 3e3364e2: Merge "Tidy logging code not using UNIMPLEMENTED."
Ian Rogers
2014-10-28
1
-2
/
+2
|
\
\
|
|
/
|
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
1
-2
/
+2
|
*
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
*
|
|
am b9001abf: Add extra logging for lock contention
Mathieu Chartier
2014-10-03
1
-0
/
+9
|
\
\
\
|
*
|
|
Add extra logging for lock contention
Mathieu Chartier
2014-10-03
1
-0
/
+9
*
|
|
|
am 652984e4: am 77c318d5: Merge "Fix monitor visit for class initializer" int...
Sebastien Hertz
2014-09-09
1
-6
/
+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix monitor visit for class initializer
Sebastien Hertz
2014-09-08
1
-6
/
+0
*
|
|
|
am 1d4b6eff: am 1e4fbd8b: Merge "Using the correct time for wait_start_ms whe...
Ian Rogers
2014-08-22
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Using the correct time for wait_start_ms when lock contention logging is enabled
Xin Guan
2014-08-22
1
-1
/
+1
*
|
|
|
am d75383af: am 5e8a63ae: Merge "ART: Do not recursively abort when visiting ...
Andreas Gampe
2014-08-18
1
-2
/
+11
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
ART: Do not recursively abort when visiting locks in a bad state
Andreas Gampe
2014-08-17
1
-2
/
+11
|
*
|
Make Monitor::Wait more robust to spurious Inflate failures.
Ian Rogers
2014-08-15
1
-26
/
+23
|
|
/
*
|
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
|
\
\
|
|
/
[next]