summaryrefslogtreecommitdiffstats
path: root/runtime/thread_list.cc
Commit message (Expand)AuthorAgeFilesLines
* JDWP: asynchronous invoke command handlingSebastien Hertz2015-06-121-11/+16
* Add a way to SuspendAll for a long durationMathieu Chartier2015-06-021-7/+17
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-7/+7
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-2/+2
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-4/+4
* JDWP: allocate DebugInvokeReq only when requestedSebastien Hertz2015-03-091-6/+7
* Merge "Reserve bits in the lock word for read barriers."Hiroshi Yamauchi2015-03-041-1/+1
|\
| * Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-1/+1
* | Wait for threads to finish unregisteringMathieu Chartier2015-03-031-30/+37
|/
* Print thread name for attempting to unregister unattached threadMathieu Chartier2015-02-241-1/+3
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-2/+1
* Fix incorrect static constMathieu Chartier2015-02-041-2/+2
* Merge "Fix occasional long ThreadSuspendSleep"Mathieu Chartier2015-02-041-36/+53
|\
| * Fix occasional long ThreadSuspendSleepMathieu Chartier2015-02-031-36/+53
* | ART: checkpoint mechanism optimizationLei Li2015-02-031-4/+7
|/
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+89
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-22/+0
* ART: Change ternary location for timeoutAndreas Gampe2015-01-141-4/+2
* Merge "JDWP: allow VirtualMachine.Resume on partial suspension"Sebastien Hertz2015-01-121-17/+18
|\
| * JDWP: allow VirtualMachine.Resume on partial suspensionSebastien Hertz2015-01-091-17/+18
* | ART: Increase dump checkpoint timeout on the hostAndreas Gampe2015-01-091-2/+7
|/
* Only dump suspend all histogram if we have samplesMathieu Chartier2014-12-181-3/+6
* Add thread suspend histogramMathieu Chartier2014-12-171-5/+15
* Add systrace events to monitors and thread suspensionMathieu Chartier2014-12-171-0/+15
* Decrement suspend count if thread is shutting downMathieu Chartier2014-12-151-5/+15
* Revert "Tidy gAborting."Nicolas Geoffray2014-12-091-2/+4
* Tidy gAborting.Ian Rogers2014-12-041-4/+2
* ART: Avoid a recursive abortAndreas Gampe2014-11-261-1/+3
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-121-0/+12
* Merge "Make thread dumping more tolerant of broken invariants during abort."Ian Rogers2014-11-051-1/+1
|\
| * Make thread dumping more tolerant of broken invariants during abort.Ian Rogers2014-11-041-1/+1
* | ART: More warningsAndreas Gampe2014-11-041-8/+8
|/
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-4/+4
* Merge "Fix JDWP Virtualmachine.Resume command"Sebastien Hertz2014-10-241-0/+50
|\
| * Fix JDWP Virtualmachine.Resume commandSebastien Hertz2014-10-211-0/+50
* | Tidy up logging.Ian Rogers2014-10-221-5/+9
* | Store exiting thread ids and names while tracing to output later.Jeff Hao2014-10-141-0/+4
|/
* Fix race in thread list destructorMathieu Chartier2014-10-091-1/+7
* Dump mutator lock for thread suspend timeoutMathieu Chartier2014-10-081-0/+2
* Move spammy logs to JDWP verbose modeSebastien Hertz2014-09-181-3/+6
* Only log an error if an unattached thread is unregistered.Ian Rogers2014-09-161-7/+14
* Add time out to dump check point.Ian Rogers2014-09-131-1/+5
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-17/+50
* Reduce lock contention when debuggingSebastien Hertz2014-09-021-1/+1
* Fix issue with Thread.setName hanging after Thread.startBrian Carlstrom2014-08-281-8/+27
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-3/+9
* Stop thread from reattaching during runtime shutdown while tracing.Jeff Hao2014-07-291-8/+27
* Avoid race in single thread suspension.Ian Rogers2014-07-171-14/+15
* Use sched_yield in Monitor::MonitorEnter.Mathieu Chartier2014-07-151-1/+8