1. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 11 years ago
  2. 7424081 Use memory chunks for monitors on LP64 by Andreas Gampe · 11 years ago
  3. 48ab687 Add logging to monitor deflation. by Mathieu Chartier · 11 years ago
  4. a91a4bc Add read barriers for the class and the intern tables. by Hiroshi Yamauchi · 11 years ago
  5. 1bd4872 Add read barriers to the weak roots in the intern table. by Hiroshi Yamauchi · 11 years ago
  6. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  7. 7d5cf70 Merge "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 11 years ago
  8. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  9. 697726d Merge "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 11 years ago
  10. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 11 years ago
  11. 225353e Merge "Add a read barrier for weak roots in monitors." by Hiroshi Yamauchi · 11 years ago
  12. 4cba0d9 Add a read barrier for weak roots in monitors. by Hiroshi Yamauchi · 11 years ago
  13. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  14. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  15. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  16. 5c597c6 Comment disallow new monitors. by Ian Rogers · 11 years ago
  17. 440e4ce Add monitor deflation. by Mathieu Chartier · 11 years ago
  18. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 11 years ago
  19. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  20. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  21. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 12 years ago
  22. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  23. b122a4b Tidy up memory barriers. by Ian Rogers · 12 years ago
  24. 46bc778 Fix portable + mips build. by Mathieu Chartier · 12 years ago
  25. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  26. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 12 years ago
  27. ad2541a Fix object identity hash. by Mathieu Chartier · 12 years ago
  28. 13c479e Notify doesn't inflate, rename helper. by Ian Rogers · 12 years ago
  29. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 12 years ago
  30. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 12 years ago
  31. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 12 years ago
  32. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 12 years ago
  33. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 12 years ago
  34. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  35. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 12 years ago
  36. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  37. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/monitor.h]
  38. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  39. f950170 Implement ThreadReference.CurrentContendedMonitor and ThreadReference.Interrupt. by Elliott Hughes · 13 years ago
  40. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 13 years ago
  41. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 13 years ago
  42. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 13 years ago
  43. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 13 years ago
  44. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  45. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  46. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  47. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  48. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 13 years ago
  49. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  50. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  51. b8d2eeb Trivial cleanup of monitor code. by Elliott Hughes · 13 years ago
  52. 6d0b13e Increase debug information for failed monitor exits by Ian Rogers · 13 years ago
  53. e65a6c9 Mac build fixes I missed in my previous patch. by Elliott Hughes · 14 years ago
  54. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  55. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 14 years ago
  56. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 14 years ago
  57. fc86162 Implement lock contention event logging. by Elliott Hughes · 14 years ago
  58. 24a3c2e ClassLinker changes by Brian Carlstrom · 14 years ago
  59. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 14 years ago
  60. c33a32b Sweep the monitor list. by Elliott Hughes · 14 years ago
  61. 32d6e1e Add -verbose:monitor and silence the monitor logging by default. by Elliott Hughes · 14 years ago
  62. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 14 years ago
  63. 54e7df1 Various bits of cleanup. by Elliott Hughes · 14 years ago[Renamed (83%) from src/sync.h]
  64. 5f79133 Implement monitors. by Elliott Hughes · 14 years ago