1. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  2. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  3. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  4. 474b6da Move thread flags and state into 32bits. by Ian Rogers · 12 years ago
  5. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  6. 66aee5c Mac build fix. Macs don't support timeouts on locks. by Ian Rogers · 12 years ago
  7. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  8. ed8b723 Disable dumping native stacks of unattached threads by Brian Carlstrom · 12 years ago
  9. c61a267 Use UndoDebuggerSuspensions for JDWP ResumeVM rather than weakening ResumeAll's checking. by Elliott Hughes · 12 years ago
  10. 546b986 Fix a couple of JDWP bugs. by Elliott Hughes · 12 years ago
  11. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  12. 6cf2388 Simplify the default stack size handling. by Elliott Hughes · 12 years ago
  13. 7664f5c Fix GC performance regression by Mathieu Chartier · 12 years ago
  14. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  15. abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 12 years ago
  16. d237a38 Extra suspend count modification failure logging. by Ian Rogers · 12 years ago
  17. 7dc5166 Improve our check for whether a thread is still starting up. by Elliott Hughes · 12 years ago
  18. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  19. 05c87be We might try to suspend a thread even before it's hit kStarting. by Elliott Hughes · 12 years ago
  20. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  21. e62934d Like Mutex, failure to destroy a ConditionVariable on shutdown is a special case. by Elliott Hughes · 12 years ago
  22. 409d273 Be consistent about "kilo" versus "kibi". by Elliott Hughes · 12 years ago
  23. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 12 years ago
  24. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 12 years ago
  25. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 12 years ago
  26. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 12 years ago
  27. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  28. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  29. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 12 years ago
  30. 1f729aa Make diagnostic output more consistent. by Elliott Hughes · 12 years ago
  31. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  32. ff73806 Fix a thread suspend timeout, and improve the diagnostics for thread suspend timeouts. by Elliott Hughes · 12 years ago
  33. cd74c4b Fix thread hang by Brian Carlstrom · 12 years ago
  34. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  35. 3d30d9b Fix detaching a debugger while threads are suspended. by Elliott Hughes · 13 years ago
  36. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  37. 4e23531 Implement "GetThreadGroupParent", "Suspend", and "Resume". by Elliott Hughes · 13 years ago
  38. 761928d Implement a bit more debugger functionality. by Elliott Hughes · 13 years ago
  39. 72db0d7 Adjust stack size for system_server by Brian Carlstrom · 13 years ago
  40. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
  41. e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 13 years ago
  42. 47179f7 Better -verbose:thread logging, and revert a CHECK. by Elliott Hughes · 13 years ago
  43. 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
  44. 234ab15 Implement Dbg::Disconnected and Dbg::UndoDebuggerSuspensions. by Elliott Hughes · 13 years ago
  45. f28bc5b Callers of SuspendAll should be in the kRunnable state by Brian Carlstrom · 13 years ago
  46. 47fce01 Basic DDMS thread support. by Elliott Hughes · 13 years ago
  47. f6a1e1e Implement more DDMS support. by Elliott Hughes · 13 years ago
  48. 475fc23 More debugger support. by Elliott Hughes · 13 years ago
  49. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  50. 4f20aef Generalizing TryLock pattern to ThreadListLocker by Brian Carlstrom · 13 years ago
  51. 6fbb516 Address two ThreadList deadlocks by Brian Carlstrom · 13 years ago
  52. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  53. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  54. 14357e8 Add a -verbose:thread option. by Elliott Hughes · 13 years ago
  55. 7a3aeb4 Thread state fixes. by Elliott Hughes · 13 years ago
  56. cbba6ac Implement stub for initialize static storage base. by Ian Rogers · 13 years ago
  57. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 13 years ago
  58. 038a806 Thread.join, GC daemons, suspend daemons on shutdown, and wait for non-daemon threads to exit. by Elliott Hughes · 13 years ago
  59. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago
  60. 8d768a9 Thread suspension. by Elliott Hughes · 13 years ago
  61. 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
  62. 8daa092 More threads work. by Elliott Hughes · 13 years ago