1. 0d29072 Dump java backtrace when contending lock too long time. by wangguibo · 3 years, 9 months ago
  2. d1fab54 A couple of updates for Android's inclusive language guidance by Orion Hodson · 4 years, 6 months ago
  3. 65c18a2 Revert^4 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  4. ead89ef Revert^3 "Add spin loop to mutex, overhaul monitor"" by Hans Boehm · 5 years ago
  5. 3d52abe Revert^2 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  6. d56f7d1 Revert "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
  7. 0d508a0 Add spin loop to mutex, overhaul monitor by Hans Boehm · 5 years ago
  8. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  9. c665d63 Revert^2 "Notify waiters when releasing the monitor" by Charles Munger · 6 years ago
  10. 9cec965 Revert "Notify waiters when releasing the monitor" by Roland Levillain · 6 years ago
  11. 1ebb52c Notify waiters when releasing the monitor by Charles Munger · 6 years ago
  12. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  13. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  14. 9310495 ART: Factor out stack dumping with monitor objects by Andreas Gampe · 7 years ago
  15. f3ebcce ART: Add Monitor::FetchState by Andreas Gampe · 7 years ago
  16. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  17. 77fee87 Add support for JVMTI monitor events. by Alex Light · 7 years ago
  18. d0210e5 ART: Add stack-dump mode for contention logging by Andreas Gampe · 8 years ago
  19. 111b109 ART: Change contention logging lock strategy by Andreas Gampe · 8 years ago
  20. 5d08fcc ART: More header cleanups by Andreas Gampe · 8 years ago
  21. 39b9811 ART: Move source owner data to LogContentionEvent by Andreas Gampe · 8 years ago
  22. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  23. 6fe97e0 Add explicit monitor inflation run test. by Hans Boehm · 9 years ago
  24. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  25. 4b0ef1c Revert "Revert "Use try lock to fix class resolution race"" by Mathieu Chartier · 8 years ago
  26. 69bf969 Revert "Use try lock to fix class resolution race" by Mathieu Chartier · 8 years ago
  27. a704eda Use try lock to fix class resolution race by Mathieu Chartier · 9 years ago
  28. c7ed09b ART: Log all monitor operations to systrace by Andreas Gampe · 9 years ago
  29. 0ffdc9c Do less work holding thread list lock by Mathieu Chartier · 9 years ago
  30. 61b3cd4 Prevent holding stale Thread pointers by Mathieu Chartier · 9 years ago
  31. 74b3c8f Add more info to monitor contention logging by Mathieu Chartier · 9 years ago
  32. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago
  33. b8b3702 Merge "Fix monitor contention logging to support negative line numbers" by Brian Carlstrom · 9 years ago
  34. 2d096c9 Fix moving GC bugs in MonitorEnter and MonitorExit by Mathieu Chartier · 9 years ago
  35. eaa4609 Fix monitor contention logging to support negative line numbers by Brian Carlstrom · 9 years ago
  36. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  37. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 9 years ago
  38. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  39. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  40. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 10 years ago
  41. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 10 years ago
  42. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  43. 8a35405 Fix mismatched malloc/free delete/new. by Christopher Ferris · 10 years ago
  44. c57ad20 Switch from memalign to posix_memalign for Mac build by Brian Carlstrom · 10 years ago
  45. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  46. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  47. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  48. 90b180e Merge "ART: Do not recursively abort when visiting locks in a bad state" by Andreas Gampe · 10 years ago
  49. 956a522 ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  50. 0ef3bd2 Tidy up monitor comments. by Ian Rogers · 10 years ago
  51. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago
  52. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  53. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 11 years ago
  54. 48ab687 Add logging to monitor deflation. by Mathieu Chartier · 11 years ago
  55. a91a4bc Add read barriers for the class and the intern tables. by Hiroshi Yamauchi · 11 years ago
  56. 1bd4872 Add read barriers to the weak roots in the intern table. by Hiroshi Yamauchi · 11 years ago
  57. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  58. 7d5cf70 Merge "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  59. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  60. 697726d Merge "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  61. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  62. 225353e Merge "Add a read barrier for weak roots in monitors." by Hiroshi Yamauchi · 11 years ago
  63. 4cba0d9 Add a read barrier for weak roots in monitors. by Hiroshi Yamauchi · 11 years ago
  64. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  65. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  66. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  67. 5c597c6 Comment disallow new monitors. by Ian Rogers · 11 years ago
  68. 440e4ce Add monitor deflation. by Mathieu Chartier · 11 years ago
  69. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  70. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  71. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  72. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  73. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  74. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  75. 46bc778 Fix portable + mips build. by Mathieu Chartier · 11 years ago
  76. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  77. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  78. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  79. 13c479e Notify doesn't inflate, rename helper. by Ian Rogers · 11 years ago
  80. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  81. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  82. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  83. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  84. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  85. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  86. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  87. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  88. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/monitor.h]
  89. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  90. f950170 Implement ThreadReference.CurrentContendedMonitor and ThreadReference.Interrupt. by Elliott Hughes · 12 years ago
  91. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  92. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  93. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 12 years ago
  94. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  95. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  96. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  97. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  98. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  99. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 13 years ago
  100. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago