summaryrefslogtreecommitdiffstats
path: root/runtime/thread_list.h
Commit message (Expand)AuthorAgeFilesLines
* Add a way to SuspendAll for a long durationMathieu Chartier2015-06-021-1/+6
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-1/+1
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-1/+1
* Wait for threads to finish unregisteringMathieu Chartier2015-03-031-2/+2
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+13
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-3/+1
* Add thread suspend histogramMathieu Chartier2014-12-171-3/+7
* Modify the behavior of thread suspend shootouts.Ian Rogers2014-11-121-2/+0
* Fix JDWP Virtualmachine.Resume commandSebastien Hertz2014-10-211-0/+5
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-6/+7
* Fix issue with Thread.setName hanging after Thread.startBrian Carlstrom2014-08-281-2/+2
* Avoid race in single thread suspension.Ian Rogers2014-07-171-0/+2
* Move modify_ldt_lock into global lock order.Chao-ying Fu2014-05-221-3/+2
* Revert "Revert "Make clang the default compiler on host.""Ian Rogers2014-03-081-3/+2
* Revert "Make clang the default compiler on host."Ian Rogers2014-03-081-2/+3
* Make clang the default compiler on host.Ian Rogers2014-03-071-3/+2
* Make use of profiling information for dex2oatDave Allison2014-03-071-0/+4
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+1
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-3/+3
* Compacting collector.Mathieu Chartier2013-11-111-0/+3
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-4/+27
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-2/+0
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-2/+2
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+147