1. ba098ba Revert "Revert "Reduce sleep duration in SuspendAllDaemonThreads"" by Mathieu Chartier · 9 years ago
  2. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  3. bc34a7e Revert "Reduce sleep duration in SuspendAllDaemonThreads" by Nicolas Geoffray · 9 years ago
  4. adef5bd Reduce sleep duration in SuspendAllDaemonThreads by Mathieu Chartier · 9 years ago
  5. fb6db4c Add systrace output to runtime shutdown by Mathieu Chartier · 9 years ago
  6. 9450c6c Remove thread suspension assertion for SuspendAllForDebugger by Mathieu Chartier · 9 years ago
  7. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 9 years ago
  8. b56200b Add comment for RunCheckpoint and clean up ThreadList a bit by Mathieu Chartier · 9 years ago
  9. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  10. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 10 years ago
  11. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  12. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 9 years ago
  13. 5116837 Wait for GC to finish in ThreadList::~ThreadList by Mathieu Chartier · 9 years ago
  14. 4382f1e Revert "Revert "ART: Use bionic TLS slot for thread-self"" by Andreas Gampe · 9 years ago
  15. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 9 years ago
  16. 19af117 Fix mac build by Mathieu Chartier · 9 years ago
  17. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  18. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  19. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  20. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  21. 3cf2253 Clean up some includes by Mathieu Chartier · 9 years ago
  22. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  23. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 9 years ago
  24. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  25. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  26. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  27. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 9 years ago
  28. 1558b57 JDWP: allocate DebugInvokeReq only when requested by Sebastien Hertz · 9 years ago
  29. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 9 years ago
  30. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 9 years ago
  31. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 9 years ago
  32. 9db831a Print thread name for attempting to unregister unattached thread by Mathieu Chartier · 9 years ago
  33. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  34. 3a958aa Fix incorrect static const by Mathieu Chartier · 9 years ago
  35. c470aef Merge "Fix occasional long ThreadSuspendSleep" by Mathieu Chartier · 9 years ago
  36. 9914386 Fix occasional long ThreadSuspendSleep by Mathieu Chartier · 9 years ago
  37. dd9943d ART: checkpoint mechanism optimization by Lei Li · 9 years ago
  38. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  39. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  40. 1e4b0ca ART: Change ternary location for timeout by Andreas Gampe · 10 years ago
  41. f3401f7 Merge "JDWP: allow VirtualMachine.Resume on partial suspension" by Sebastien Hertz · 10 years ago
  42. 4a3d19b ART: Increase dump checkpoint timeout on the host by Andreas Gampe · 10 years ago
  43. f9d233d JDWP: allow VirtualMachine.Resume on partial suspension by Sebastien Hertz · 10 years ago
  44. 23f6e69 Only dump suspend all histogram if we have samples by Mathieu Chartier · 10 years ago
  45. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  46. f0dc8b5 Add systrace events to monitors and thread suspension by Mathieu Chartier · 10 years ago
  47. 82a800d Decrement suspend count if thread is shutting down by Mathieu Chartier · 10 years ago
  48. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  49. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  50. 7443c9a ART: Avoid a recursive abort by Andreas Gampe · 10 years ago
  51. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  52. 4d5d62f Merge "Make thread dumping more tolerant of broken invariants during abort." by Ian Rogers · 10 years ago
  53. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  54. 8409ec4 Make thread dumping more tolerant of broken invariants during abort. by Ian Rogers · 10 years ago
  55. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  56. 0256737 Merge "Fix JDWP Virtualmachine.Resume command" by Sebastien Hertz · 10 years ago
  57. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  58. 253fa55 Fix JDWP Virtualmachine.Resume command by Sebastien Hertz · 10 years ago
  59. e094b87 Store exiting thread ids and names while tracing to output later. by Jeff Hao · 10 years ago
  60. fec72f4 Fix race in thread list destructor by Mathieu Chartier · 10 years ago
  61. 5869a2c Dump mutator lock for thread suspend timeout by Mathieu Chartier · 10 years ago
  62. f272af4 Move spammy logs to JDWP verbose mode by Sebastien Hertz · 10 years ago
  63. a2af5c7 Only log an error if an unattached thread is unregistered. by Ian Rogers · 10 years ago
  64. 2156ff1 Add time out to dump check point. by Ian Rogers · 10 years ago
  65. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  66. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 10 years ago
  67. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 10 years ago
  68. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  69. c5d824a Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 10 years ago
  70. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  71. 251755c Use sched_yield in Monitor::MonitorEnter. by Mathieu Chartier · 10 years ago
  72. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  73. 9db911e Print mutexes held in Thread::Dump. by Mathieu Chartier · 10 years ago
  74. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  75. 5a9ba01 Build fix. by Ian Rogers · 10 years ago
  76. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  77. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  78. a2cee18 Modify unwind to comply with stack parser tools. by Christopher Ferris · 10 years ago
  79. bb43b43 Clear unused roots from debugger by Sebastien Hertz · 10 years ago
  80. 7bf9f19 Improve invalid root dumping. by Mathieu Chartier · 10 years ago
  81. 2966e13 Avoid debug check violation in thread registration. by Ian Rogers · 10 years ago
  82. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  83. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  84. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 10 years ago
  85. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  86. 6dda898 Disable compaction for jni workarounds. by Mathieu Chartier · 10 years ago
  87. 6449c62 Create CompilerOptions by Brian Carlstrom · 10 years ago
  88. c06fec2 Merge "Change root visitor to use Object**." by Mathieu Chartier · 10 years ago
  89. 21e729c Fix failing check during JDWP invoke. by Sebastien Hertz · 10 years ago
  90. 815873e Change root visitor to use Object**. by Mathieu Chartier · 10 years ago
  91. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  92. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  93. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
  94. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  95. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  96. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  97. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 11 years ago
  98. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  99. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  100. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago