summaryrefslogtreecommitdiffstats
path: root/vm/Thread.h
Commit message (Expand)AuthorAgeFilesLines
* Use indirect references in JNI by default.Carl Shapiro2011-03-081-5/+0
* Collate more of the low-level class lookups.Dan Bornstein2011-03-071-1/+0
* New interpreter breakout mechanismbuzbee2011-02-281-4/+19
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-191-34/+72
* Remove the unused monitor tracking and deadlock prediction code.Carl Shapiro2011-02-011-40/+0
* Increase default stack sizeAndy McFadden2011-01-251-1/+1
* Remove allocation limit checking.Carl Shapiro2010-11-011-5/+0
* Separate HPROF from the GC.Carl Shapiro2010-10-281-0/+1
* Lock thread list, show join targetAndy McFadden2010-10-221-0/+2
* Removal of more sampling profiler bitsBrian Carlstrom2010-09-011-8/+0
* Change the way thread suspension works.Andy McFadden2010-08-251-7/+2
* Always support debugging and profiling.Andy McFadden2010-08-181-3/+1
* Fix some potential SMP issues.Andy McFadden2010-08-051-1/+1
* Implement method inlining for getters/settersBen Cheng2010-08-021-5/+4
* Eliminate more unused variables and compiler warnings.Carl Shapiro2010-05-261-6/+21
* Correct long-standing thread status change bug.Andy McFadden2010-04-061-2/+2
* Import the heap verification code from the copying collector. TheCarl Shapiro2010-03-161-0/+1
* am f8a44e85: Merge "Point debuggerd at the interesting thread."Andy McFadden2010-03-161-0/+6
|\
| * Point debuggerd at the interesting thread.Andy McFadden2010-03-151-0/+6
| * Try to show lock owner in MONITOR thread dump.Andy McFadden2010-03-151-1/+9
* | Replace free calls to the pthread mutex lock, unlock, and trylockCarl Shapiro2010-03-161-1/+4
* | Try to show lock owner in MONITOR thread dump.Andy McFadden2010-03-151-1/+9
* | am 77fbf5c2: Merge "If a finalizer wedges, raise prio and retry."Andy McFadden2010-03-101-0/+30
|\|
| * If a finalizer wedges, raise prio and retry.Andy McFadden2010-03-091-0/+30
* | Eliminate unused variable warnings in the alloc code. In the placesCarl Shapiro2010-02-141-3/+6
|/
* Jit: Rework delayed start plus misc. cleanupBill Buzbee2010-01-281-0/+9
* Tighten the safe points for code cache resets to happen.Ben Cheng2010-01-251-0/+15
* Tear down the code cache when it is full and restart from scratch.Ben Cheng2010-01-071-2/+3
* Remove references to the old wait implementation in various comments.Carl Shapiro2010-01-041-3/+3
* New implementation of wait, notify, and notifyAll. Uses an explicitCarl Shapiro2010-01-041-3/+12
* Iterate in JNI thread exit check.Andy McFadden2009-12-101-0/+3
* Fix an invoke-interface bug that manifests itself with thread state warnings.Ben Cheng2009-10-201-1/+2
* am 49f91878: am da03242f: Merge change 24840 into eclairSan Mehat2009-09-161-9/+0
|\
| * dalvik: Switch to common cutils sched_policy apiSan Mehat2009-09-121-9/+0
* | resolved conflicts for merge of 3eae287e to masterBob Lee2009-09-161-14/+7
|\|
| * Addressed reviewer comments.Bob Lee2009-09-111-15/+8
* | am 060ed889: am 20677ed1: dalvik: Use common SchedPolicy type and fix getpid(...San Mehat2009-09-101-5/+2
|\|
| * dalvik: Use common SchedPolicy type and fix getpid() vs. gettid() bugSan Mehat2009-09-101-5/+2
* | am 95934be3: am 03c7547c: Merge change 24425 into eclairSan Mehat2009-09-101-2/+9
|\|
| * vm: Add support for using scheduler policies instead of cgroupsSan Mehat2009-09-101-2/+9
* | resolved conflicts for merge of 9b5264c8 to masterAndroid Git Automerger2009-09-091-1/+14
|\|
| * Modified Thread.c to allow sampling profiler thread in zygote. Added a functi...Bob Lee2009-09-061-1/+14
* | am f7fb0086: Merge change 22659 into eclairAndy McFadden2009-08-261-0/+5
|\|
| * Another round of scary indirect ref changes.Andy McFadden2009-08-251-0/+5
* | am 0083d37b: Use local references for native method args.Andy McFadden2009-08-241-2/+2
|\|
| * Use local references for native method args.Andy McFadden2009-08-241-2/+2
* | New changes to enable self verification mode.Jeff Hao2009-08-211-1/+6
|/
* Indirect reference table implementation.Andy McFadden2009-07-311-0/+1
* Makes the primary Jit table growable. Also includes a change suggested earli...Bill Buzbee2009-06-091-0/+3
* am 4da0525: Merge change 1400 into donutAndroid (Google) Code Review2009-05-111-1/+1
|\