1. e1484e9 Dump java backtrace when contending lock too long time. by wangguibo · 3 years, 8 months ago
  2. 891cb88 Add mutator collector coordination documentation by Hans Boehm · 4 years, 5 months ago
  3. dc77ca3 Wait sooner for non-daemon threads by Hans Boehm · 5 years ago
  4. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  5. 65c18a2 Revert^4 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  6. ead89ef Revert^3 "Add spin loop to mutex, overhaul monitor"" by Hans Boehm · 5 years ago
  7. 3d52abe Revert^2 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  8. e3f775b Address comments from aog/1180224. by Nicolas Geoffray · 5 years ago
  9. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  10. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  11. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  12. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  13. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  14. c14ec8f Add resize arrays JVMTI extension by Alex Light · 5 years ago
  15. 3a8ab36 ART: Remove time_utils dependency in thread_list.h by Andreas Gampe · 6 years ago
  16. 36dfa41 Delete RunCheckpointOnRunnableThreads by Mathieu Chartier · 6 years ago
  17. 6ee4971 Revert^4 "Add an option to disable native stack dumping on SIGQUIT." by Nicolas Geoffray · 7 years ago
  18. 642e9d8 Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""" by Christopher Ferris · 7 years ago
  19. 74d25c9 Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Nicolas Geoffray · 7 years ago
  20. 8b08974 Revert "Add an option to disable native stack dumping on SIGQUIT." by Andreas Gampe · 7 years ago
  21. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  22. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  23. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  24. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 8 years ago
  25. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  26. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  27. 6e64445 ART: Make GC Pause Listener more precise by Andreas Gampe · 8 years ago
  28. c4bed16 ART: Change shutdown order by Andreas Gampe · 8 years ago
  29. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  30. 3fceaf5 Use higher default thread suspend timeout for run tests by Mathieu Chartier · 8 years ago
  31. 585da95 ART: Add precise root visiting by Andreas Gampe · 8 years ago
  32. a82769c Dump more debug info for b/33006388. by Hiroshi Yamauchi · 8 years ago
  33. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  34. be3a3ee Merge "Fix a deadlock in the CC collector." by Treehugger Robot · 8 years ago
  35. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 8 years ago
  36. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  37. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  38. f8a86b9 Visit invalid roots of only suspended threads by Mathieu Chartier · 9 years ago
  39. 61b3cd4 Prevent holding stale Thread pointers by Mathieu Chartier · 9 years ago
  40. d3c5965 Check GetDumpNativeStackOnSigQuit() for daemons. by Nicolas Geoffray · 9 years ago
  41. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 9 years ago
  42. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  43. b56200b Add comment for RunCheckpoint and clean up ThreadList a bit by Mathieu Chartier · 9 years ago
  44. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  45. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  46. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  47. eac4424 ART: JNI thread state transition optimization by Yu Li · 10 years ago
  48. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 10 years ago
  49. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  50. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  51. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  52. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 10 years ago
  53. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  54. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  55. 70a596d Add thread suspend histogram by Mathieu Chartier · 10 years ago
  56. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  57. 253fa55 Fix JDWP Virtualmachine.Resume command by Sebastien Hertz · 10 years ago
  58. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  59. ba32de4 Fix issue with Thread.setName hanging after Thread.start by Brian Carlstrom · 10 years ago
  60. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  61. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 11 years ago
  62. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 11 years ago
  63. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 11 years ago
  64. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 11 years ago
  65. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  66. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  67. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  68. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  69. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  70. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  71. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  72. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  73. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread_list.h]
  74. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  75. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  76. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  77. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  78. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  79. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  80. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  81. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  82. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  83. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 12 years ago
  84. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  85. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  86. 06f7987 Fix "holding ThreadListLock while doing condition variable wait on HeapLock" by Mathieu Chartier · 13 years ago
  87. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  88. 7664f5c Fix GC performance regression by Mathieu Chartier · 13 years ago
  89. abbe07d Include non-attached native threads in the SIGQUIT output. by Elliott Hughes · 13 years ago
  90. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 13 years ago
  91. e52e49b Fix the mutex diagnostics, and other targets of opportunity. by Elliott Hughes · 13 years ago
  92. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  93. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
  94. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  95. ff73806 Fix a thread suspend timeout, and improve the diagnostics for thread suspend timeouts. by Elliott Hughes · 13 years ago
  96. cd74c4b Fix thread hang by Brian Carlstrom · 13 years ago
  97. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  98. 4e23531 Implement "GetThreadGroupParent", "Suspend", and "Resume". by Elliott Hughes · 13 years ago
  99. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
  100. 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