summaryrefslogtreecommitdiffstats
path: root/runtime/monitor.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Use try lock to fix class resolution race""Mathieu Chartier2016-08-231-17/+35
* Revert "Use try lock to fix class resolution race"Mathieu Chartier2016-08-231-35/+17
* Use try lock to fix class resolution raceMathieu Chartier2016-08-231-17/+35
* ART: Fix systrace monitor loggingAndreas Gampe2016-05-171-6/+2
* Merge "ART: Log all monitor operations to systrace" into nyc-devTreeHugger Robot2016-04-291-3/+101
|\
| * ART: Log all monitor operations to systraceAndreas Gampe2016-04-291-3/+101
* | Add contender method for lock contentionMathieu Chartier2016-04-291-5/+8
|/
* Do less work holding thread list lockMathieu Chartier2016-04-191-14/+31
* Prevent holding stale Thread pointersMathieu Chartier2016-04-181-72/+98
* Add more info to monitor contention loggingMathieu Chartier2016-04-181-12/+48
* Add option to tune sample collection based on thread sensitivityCalin Juravle2016-04-131-10/+1
* Allocate interrupted exception before re-acquiring lockMathieu Chartier2016-03-101-15/+18
* Add more systracing everywhereMathieu Chartier2016-03-041-3/+1
* Get class loader to remember interruptsHans Boehm2015-11-111-8/+3
* Minor cleanup of Monitor::VisitLocksSebastien Hertz2015-11-051-7/+7
* Merge "Fix monitor contention logging to support negative line numbers"Brian Carlstrom2015-10-151-2/+2
|\
| * Fix monitor contention logging to support negative line numbersBrian Carlstrom2015-10-071-2/+2
* | Fix moving GC bugs in MonitorEnter and MonitorExitMathieu Chartier2015-10-131-0/+2
|/
* Add ScopedThreadSuspensionMathieu Chartier2015-09-031-13/+10
* Some fixes for the CC collector.Hiroshi Yamauchi2015-09-031-7/+2
* Move to newer clang annotationsMathieu Chartier2015-07-221-8/+6
* Clean up GC callbacks to be virtual methodsMathieu Chartier2015-07-141-22/+23
* Thread-local mark stacks for the CC collector.Hiroshi Yamauchi2015-07-131-1/+9
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-6/+7
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-46/+47
* API change in StackVisitor::GetVReg*.Nicolas Geoffray2015-03-131-2/+5
* Remove ThrowLocation.Nicolas Geoffray2015-03-101-6/+3
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-1/+1
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-39/+69
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+7
* Fix compaction unsafe DescribeWaitMathieu Chartier2015-01-221-1/+4
* Fix frequent gcstress ThreadStress crashMathieu Chartier2015-01-061-8/+3
* Add systrace events to monitors and thread suspensionMathieu Chartier2014-12-171-1/+10
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-121-2/+0
* am 78a32333: Merge "ART: More warnings"Andreas Gampe2014-11-051-4/+4
|\
| * ART: More warningsAndreas Gampe2014-11-041-4/+4
* | am 3e3364e2: Merge "Tidy logging code not using UNIMPLEMENTED."Ian Rogers2014-10-281-2/+2
|\|
| * Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-2/+2
| * Fix monitor visit for class initializerSebastien Hertz2014-09-091-6/+0
| * Using the correct time for wait_start_ms when lock contention logging is enabledXin Guan2014-08-221-1/+1
| * Merge "ART: Do not recursively abort when visiting locks in a bad state"Andreas Gampe2014-08-161-2/+11
| |\
| | * ART: Do not recursively abort when visiting locks in a bad stateAndreas Gampe2014-08-181-2/+11
* | | am b9001abf: Add extra logging for lock contentionMathieu Chartier2014-10-031-0/+9
|\ \ \
| * | | Add extra logging for lock contentionMathieu Chartier2014-10-031-0/+9
* | | | am 652984e4: am 77c318d5: Merge "Fix monitor visit for class initializer" int...Sebastien Hertz2014-09-091-6/+0
|\| | |
| * | | Fix monitor visit for class initializerSebastien Hertz2014-09-081-6/+0
* | | | am 1d4b6eff: am 1e4fbd8b: Merge "Using the correct time for wait_start_ms whe...Ian Rogers2014-08-221-1/+1
|\| | |
| * | | Using the correct time for wait_start_ms when lock contention logging is enabledXin Guan2014-08-221-1/+1
* | | | am d75383af: am 5e8a63ae: Merge "ART: Do not recursively abort when visiting ...Andreas Gampe2014-08-181-2/+11
|\| | | | |/ / |/| |