1. 23da026 Revert "Revert "Use try lock to fix class resolution race"" by Mathieu Chartier · 8 years ago
  2. adc538a Revert "Use try lock to fix class resolution race" by Mathieu Chartier · 8 years ago
  3. 1386f861 Use try lock to fix class resolution race by Mathieu Chartier · 8 years ago
  4. 825ab1c ART: Fix systrace monitor logging by Andreas Gampe · 8 years ago
  5. 206d27d Merge "ART: Log all monitor operations to systrace" into nyc-dev by TreeHugger Robot · 8 years ago
  6. 8f26411 Add contender method for lock contention by Mathieu Chartier · 8 years ago
  7. fc68987 ART: Log all monitor operations to systrace by Andreas Gampe · 8 years ago
  8. dee19e3 Do less work holding thread list lock by Mathieu Chartier · 8 years ago
  9. 81c170f Prevent holding stale Thread pointers by Mathieu Chartier · 8 years ago
  10. dc3c630 Add more info to monitor contention logging by Mathieu Chartier · 8 years ago
  11. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 8 years ago
  12. daed5d8 Allocate interrupted exception before re-acquiring lock by Mathieu Chartier · 8 years ago
  13. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  14. 328c5dc Get class loader to remember interrupts by Hans Boehm · 9 years ago
  15. 0f7c933 Minor cleanup of Monitor::VisitLocks by Sebastien Hertz · 9 years ago
  16. b8b3702 Merge "Fix monitor contention logging to support negative line numbers" by Brian Carlstrom · 9 years ago
  17. 2d096c9 Fix moving GC bugs in MonitorEnter and MonitorExit by Mathieu Chartier · 9 years ago
  18. eaa4609 Fix monitor contention logging to support negative line numbers by Brian Carlstrom · 9 years ago
  19. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  20. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 9 years ago
  21. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  22. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  23. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  24. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  25. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  26. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  27. 15b9d52 API change in StackVisitor::GetVReg*. by Nicolas Geoffray · 9 years ago
  28. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  29. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  30. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 9 years ago
  31. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 9 years ago
  32. 4936159 Fix compaction unsafe DescribeWait by Mathieu Chartier · 9 years ago
  33. e6a8eec Fix frequent gcstress ThreadStress crash by Mathieu Chartier · 9 years ago
  34. f0dc8b5 Add systrace events to monitors and thread suspension by Mathieu Chartier · 9 years ago
  35. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  36. ae1a434 am 78a32333: Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  37. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  38. 0e7217d am 3e3364e2: Merge "Tidy logging code not using UNIMPLEMENTED." by Ian Rogers · 10 years ago
  39. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  40. fdb97de am b9001abf: Add extra logging for lock contention by Mathieu Chartier · 10 years ago
  41. b9001ab Add extra logging for lock contention by Mathieu Chartier · 10 years ago
  42. c7376ca Fix monitor visit for class initializer by Sebastien Hertz · 10 years ago
  43. 5c9376a am 652984e4: am 77c318d5: Merge "Fix monitor visit for class initializer" into lmp-dev by Sebastien Hertz · 10 years ago
  44. 6d06f1b Fix monitor visit for class initializer by Sebastien Hertz · 10 years ago
  45. 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
  46. 65282b2 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 10 years ago
  47. b894a19 Using the correct time for wait_start_ms when lock contention logging is enabled by Xin Guan · 10 years ago
  48. 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
  49. 90b180e Merge "ART: Do not recursively abort when visiting locks in a bad state" by Andreas Gampe · 10 years ago
  50. 956a522 ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  51. 760172c ART: Do not recursively abort when visiting locks in a bad state by Andreas Gampe · 10 years ago
  52. 0ef3bd2 Tidy up monitor comments. by Ian Rogers · 10 years ago
  53. 6f22fc1 Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago
  54. 43c69cc Make Monitor::Wait more robust to spurious Inflate failures. by Ian Rogers · 10 years ago
  55. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  56. 6ec8ebd ART: Clean up API after change 102631 by Andreas Gampe · 10 years ago
  57. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  58. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  59. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  60. 251755c Use sched_yield in Monitor::MonitorEnter. by Mathieu Chartier · 10 years ago
  61. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  62. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 10 years ago
  63. 1af6a1f ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exception by Elena Sayapina · 10 years ago
  64. 48ab687 Add logging to monitor deflation. by Mathieu Chartier · 10 years ago
  65. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  66. 3035961 Clean up and augment Atomic class. Replace QuasiAtomic MemBars. by Hans Boehm · 10 years ago
  67. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  68. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  69. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 10 years ago
  70. 7d5cf70 Merge "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  71. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  72. a6e7f08 Move SetMonitorEnterObject outside of blocked thread state change. by Mathieu Chartier · 10 years ago
  73. 697726d Merge "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  74. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  75. 225353e Merge "Add a read barrier for weak roots in monitors." by Hiroshi Yamauchi · 10 years ago
  76. 4cba0d9 Add a read barrier for weak roots in monitors. by Hiroshi Yamauchi · 10 years ago
  77. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  78. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  79. 86ab791 ART: Fix Segment Fault with null owner while monitor logging is enabled by Haifeng Li · 10 years ago
  80. a1ee14f Fix race in inflating thin locks. by Mathieu Chartier · 10 years ago
  81. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  82. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  83. 440e4ce Add monitor deflation. by Mathieu Chartier · 10 years ago
  84. d803bc7 Fix ThreadStress, unify ANR lock descriptions. by Ian Rogers · 10 years ago
  85. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  86. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  87. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 10 years ago
  88. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  89. ef7d42f Object model changes to support 64bit. by Ian Rogers · 10 years ago
  90. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  91. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
  92. 46bc778 Fix portable + mips build. by Mathieu Chartier · 11 years ago
  93. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  94. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  95. 9728f91 Add missing null check in monitor install. by Mathieu Chartier · 11 years ago
  96. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  97. 13c479e Notify doesn't inflate, rename helper. by Ian Rogers · 11 years ago
  98. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  99. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  100. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago