- 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
- 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
- d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
- 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
- 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 11 years ago
- 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
- 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
- df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
- 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread_list.cc]
- 9a916d3 Add marks for instrumentation frames that get interpreted. by Jeff Hao · 11 years ago
- 9754368 Removed haspeer check and changed small method default limit by Anwar Ghuloum · 11 years ago
- 0878d65 Thread tidying. by Ian Rogers · 12 years ago
- a843954 Using histograms for timing statistics. by Sameer Abu Asal · 12 years ago
- 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
- f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
- 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
- a77f0f6 Various fixes for JDWP. by jeffhao · 12 years ago
- cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
- 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
- 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
- 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
- bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
- 4696b5b Fix art usage of readdir_r(3). by Elliott Hughes · 12 years ago
- 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
- 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
- 7e76286 Dump failing thread if IsDaemon check fails. by Ian Rogers · 12 years ago
- fbd2291 Attempt to always dump all threads when aborting. by Ian Rogers · 12 years ago
- c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
- 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
- 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
- 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
- 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
- 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
- 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
- b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
- 66aee5c Mac build fix. Macs don't support timeouts on locks. by Ian Rogers · 12 years ago
- 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
- ed8b723 Disable dumping native stacks of unattached threads by Brian Carlstrom · 12 years ago
- c61a267 Use UndoDebuggerSuspensions for JDWP ResumeVM rather than weakening ResumeAll's checking. by Elliott Hughes · 12 years ago
- 546b986 Fix a couple of JDWP bugs. by Elliott Hughes · 12 years ago
- f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
- 6cf2388 Simplify the default stack size handling. by Elliott Hughes · 12 years ago
- 7664f5c Fix GC performance regression by Mathieu Chartier · 12 years ago
- 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
- abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 12 years ago
- d237a38 Extra suspend count modification failure logging. by Ian Rogers · 12 years ago
- 7dc5166 Improve our check for whether a thread is still starting up. by Elliott Hughes · 13 years ago
- c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 13 years ago
- 05c87be We might try to suspend a thread even before it's hit kStarting. by Elliott Hughes · 13 years ago
- 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
- e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 13 years ago
- 409d273 Be consistent about "kilo" versus "kibi". by Elliott Hughes · 13 years ago
- 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
- e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 13 years ago
- 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
- c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 13 years ago
- 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
- b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
- a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
- 1f729aa Make diagnostic output more consistent. by Elliott Hughes · 13 years ago
- ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
- ff73806 Fix a thread suspend timeout, and improve the diagnostics for thread suspend timeouts. by Elliott Hughes · 13 years ago
- cd74c4b Fix thread hang by Brian Carlstrom · 13 years ago
- 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
- 3d30d9b Fix detaching a debugger while threads are suspended. by Elliott Hughes · 13 years ago
- d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
- 4e23531 Implement "GetThreadGroupParent", "Suspend", and "Resume". by Elliott Hughes · 13 years ago
- 761928d Implement a bit more debugger functionality. by Elliott Hughes · 13 years ago
- 72db0d7 Adjust stack size for system_server by Brian Carlstrom · 13 years ago
- bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
- e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 13 years ago
- 47179f7 Better -verbose:thread logging, and revert a CHECK. by Elliott Hughes · 13 years ago
- bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
- 234ab15 Implement Dbg::Disconnected and Dbg::UndoDebuggerSuspensions. by Elliott Hughes · 13 years ago
- f28bc5b Callers of SuspendAll should be in the kRunnable state by Brian Carlstrom · 13 years ago
- 47fce01 Basic DDMS thread support. by Elliott Hughes · 13 years ago
- f6a1e1e Implement more DDMS support. by Elliott Hughes · 13 years ago
- 475fc23 More debugger support. by Elliott Hughes · 13 years ago
- 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
- 4f20aef Generalizing TryLock pattern to ThreadListLocker by Brian Carlstrom · 13 years ago
- 6fbb516 Address two ThreadList deadlocks by Brian Carlstrom · 13 years ago
- 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
- accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
- 14357e8 Add a -verbose:thread option. by Elliott Hughes · 13 years ago
- 7a3aeb4 Thread state fixes. by Elliott Hughes · 13 years ago
- cbba6ac Implement stub for initialize static storage base. by Ian Rogers · 13 years ago
- 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
- 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 13 years ago
- 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
- 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
- 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
- 8daa092 More threads work. by Elliott Hughes · 13 years ago