1. e6a8eec Fix frequent gcstress ThreadStress crash by Mathieu Chartier · 10 years ago
  2. f0dc8b5 Add systrace events to monitors and thread suspension by Mathieu Chartier · 10 years ago
  3. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  4. ae1a434 am 78a32333: Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  5. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  6. 0e7217d am 3e3364e2: Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago
  7. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  8. fdb97de am b9001abf: Add extra logging for lock contention by Mathieu Chartier · 10 years ago
  9. b9001ab Add extra logging for lock contention by Mathieu Chartier · 10 years ago
  10. c7376ca Fix monitor visit for class initializer by Sebastien Hertz · 10 years ago
  11. 5c9376a am 652984e4: am 77c318d5: Merge "Fix monitor visit for class initializer" into lmp-dev by Sebastien Hertz · 10 years ago
  12. 6d06f1b Fix monitor visit for class initializer by Sebastien Hertz · 10 years ago
  13. 88ffa49 am 1d4b6eff: am 1e4fbd8b: Merge "Using the correct time for wait_start_ms when lock contention logging is enabled" into lmp-dev by Ian Rogers · 10 years ago
  14. 65282b2 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 10 years ago
  15. b894a19 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 10 years ago
  16. 3b18f25 am d75383af: am 5e8a63ae: Merge "ART: Do not recursively abort when visiting locks in a bad state" into lmp-dev by Andreas Gampe · 10 years ago
  17. 90b180e Merge "ART: Do not recursively abort when visiting locks in a bad state" by Andreas Gampe · 10 years ago
  18. 956a522 ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  19. 760172c ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  20. 0ef3bd2 Tidy up monitor comments. by Ian Rogers · 10 years ago
  21. 6f22fc1 Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago
  22. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago
  23. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  24. 6ec8ebd ART: Clean up API after change 102631 by Andreas Gampe · 10 years ago
  25. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  26. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  27. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  28. 251755c Use sched_yield in Monitor::MonitorEnter. by Mathieu Chartier · 10 years ago
  29. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  30. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 10 years ago
  31. 1af6a1f ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception by Elena Sayapina · 10 years ago
  32. 48ab687 Add logging to monitor deflation. by Mathieu Chartier · 10 years ago
  33. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  34. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  35. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  36. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  37. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 10 years ago
  38. 7d5cf70 Merge "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  39. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  40. a6e7f08 Move SetMonitorEnterObject outside of blocked thread state change. by Mathieu Chartier · 10 years ago
  41. 697726d Merge "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  42. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  43. 225353e Merge "Add a read barrier for weak roots in monitors." by Hiroshi Yamauchi · 10 years ago
  44. 4cba0d9 Add a read barrier for weak roots in monitors. by Hiroshi Yamauchi · 10 years ago
  45. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  46. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  47. 86ab791 ART: Fix Segment Fault with null owner while monitor logging is enabled by Haifeng Li · 10 years ago
  48. a1ee14f Fix race in inflating thin locks. by Mathieu Chartier · 10 years ago
  49. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  50. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  51. 440e4ce Add monitor deflation. by Mathieu Chartier · 10 years ago
  52. d803bc7 Fix ThreadStress, unify ANR lock descriptions. by Ian Rogers · 10 years ago
  53. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  54. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  55. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  56. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  57. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  58. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  59. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
  60. 46bc778 Fix portable + mips build. by Mathieu Chartier · 11 years ago
  61. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  62. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  63. 9728f91 Add missing null check in monitor install. by Mathieu Chartier · 11 years ago
  64. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  65. 13c479e Notify doesn't inflate, rename helper. by Ian Rogers · 11 years ago
  66. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  67. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  68. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  69. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  70. 049e7a3 Tweak an unusual monitor log message. by Ian Rogers · 11 years ago
  71. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  72. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  73. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  74. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  75. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/monitor.cc]
  76. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  77. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  78. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 12 years ago
  79. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  80. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 12 years ago
  81. f950170 Implement ThreadReference.CurrentContendedMonitor and ThreadReference.Interrupt. by Elliott Hughes · 12 years ago
  82. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  83. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  84. c5dc2ff Remove references to the now-useless ThreadLock class. by Elliott Hughes · 12 years ago
  85. df42c48 Fix the recent Object.wait change. by Elliott Hughes · 12 years ago
  86. b4e94fd Extend and fix the monitor diagnostics. by Elliott Hughes · 12 years ago
  87. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 12 years ago
  88. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  89. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  90. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  91. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  92. 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 12 years ago
  93. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  94. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  95. 81d425b Pass self to lock methods. 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. 0ec569a Disable dex register descriptions. by Ian Rogers · 12 years ago
  100. caf7654 Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully implement ThreadGroupReference.Children. by Elliott Hughes · 12 years ago