summaryrefslogtreecommitdiffstats
path: root/runtime/thread_list.cc
Commit message (Expand)AuthorAgeFilesLines
* Print mutexes held in Thread::Dump.Mathieu Chartier2014-06-041-2/+0
* Move modify_ldt_lock into global lock order.Chao-ying Fu2014-05-221-4/+3
* Build fix.Ian Rogers2014-05-191-1/+1
* Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-1/+1
* Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-291-0/+12
* Modify unwind to comply with stack parser tools.Christopher Ferris2014-04-181-2/+2
* Clear unused roots from debuggerSebastien Hertz2014-04-141-1/+1
* Improve invalid root dumping.Mathieu Chartier2014-04-041-2/+2
* Avoid debug check violation in thread registration.Ian Rogers2014-04-021-7/+6
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-16/+20
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+1
* Make use of profiling information for dex2oatDave Allison2014-03-071-0/+30
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-2/+4
* Disable compaction for jni workarounds.Mathieu Chartier2014-03-061-23/+25
* Create CompilerOptionsBrian Carlstrom2014-02-241-0/+1
* Merge "Change root visitor to use Object**."Mathieu Chartier2014-02-191-4/+3
|\
| * Change root visitor to use Object**.Mathieu Chartier2014-02-181-4/+3
* | Fix failing check during JDWP invoke.Sebastien Hertz2014-02-191-0/+12
|/
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-11/+13
* Add sampling profilerDave Allison2014-01-071-1/+1
* Fix races in thread list Unregister.Mathieu Chartier2013-12-051-49/+53
* Compacting collector.Mathieu Chartier2013-11-111-3/+12
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-15/+186
* Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-1/+15
* More allocation code optimizations.Hiroshi Yamauchi2013-09-111-0/+1
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-34/+23
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+618