summaryrefslogtreecommitdiffstats
path: root/vm/Thread.h
Commit message (Expand)AuthorAgeFilesLines
* export setThreadName() and add NULL checkWilliam Roberts2014-01-171-0/+7
* Add support for sample profiling in traceview.Jeff Hao2013-08-281-0/+5
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-0/+4
* Fix the portable interpreter buildChris Dearman2012-02-151-1/+1
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-2/+5
* Interpreter/Debugger fix #4479968buzbee2011-05-251-1/+0
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-2/+2
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-19/+11
* Refine & simplify the interBreak mechanismbuzbee2011-04-251-1/+1
* InterpBreak cleanup (part 1)buzbee2011-04-221-7/+9
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-18/+19
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+7
* Size the jni local references table to avoid resizing at startup.Carl Shapiro2011-04-041-1/+1
* Add safepoint callback for gcbuzbee2011-03-281-0/+5
* Interpreter restructuringbuzbee2011-03-231-38/+63
* 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