1. 86ab791 ART: Fix Segment Fault with null owner while monitor logging is enabled by Haifeng Li · 10 years ago
  2. a1ee14f Fix race in inflating thin locks. by Mathieu Chartier · 10 years ago
  3. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  4. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  5. 440e4ce Add monitor deflation. by Mathieu Chartier · 10 years ago
  6. d803bc7 Fix ThreadStress, unify ANR lock descriptions. by Ian Rogers · 10 years ago
  7. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  8. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  9. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 10 years ago
  10. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  11. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  12. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  13. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
  14. 46bc778 Fix portable + mips build. by Mathieu Chartier · 11 years ago
  15. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  16. 4e6a31e Lazily compute object identity hash codes. by Mathieu Chartier · 11 years ago
  17. 9728f91 Add missing null check in monitor install. by Mathieu Chartier · 11 years ago
  18. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  19. 13c479e Notify doesn't inflate, rename helper. by Ian Rogers · 11 years ago
  20. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  21. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  22. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  23. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  24. 049e7a3 Tweak an unusual monitor log message. by Ian Rogers · 11 years ago
  25. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  26. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  27. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  28. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  29. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/monitor.cc]
  30. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  31. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  32. 05f3057 Move monitor related object routines to object-inl.h by Ian Rogers · 11 years ago
  33. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  34. 56edc43 Support for contention logging with ART futexes. by Ian Rogers · 11 years ago
  35. f950170 Implement ThreadReference.CurrentContendedMonitor and ThreadReference.Interrupt. by Elliott Hughes · 11 years ago
  36. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  37. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  38. c5dc2ff Remove references to the now-useless ThreadLock class. by Elliott Hughes · 12 years ago
  39. df42c48 Fix the recent Object.wait change. by Elliott Hughes · 12 years ago
  40. b4e94fd Extend and fix the monitor diagnostics. by Elliott Hughes · 12 years ago
  41. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 12 years ago
  42. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  43. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  44. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  45. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  46. 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 12 years ago
  47. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  48. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  49. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  50. 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
  51. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  52. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  53. 0ec569a Disable dex register descriptions. by Ian Rogers · 12 years ago
  54. caf7654 Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully implement ThreadGroupReference.Children. by Elliott Hughes · 12 years ago
  55. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  56. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  57. 044288f Move LockOwnerFromThreadLock into monitor.cc, the only place it's needed. by Elliott Hughes · 12 years ago
  58. 2542d66 Add additional support for Thread::Current() == NULL. by Mathieu Chartier · 12 years ago
  59. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  60. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  61. 8f751ab Make the epoch-related "can't happen" situation easier to spot. by Elliott Hughes · 12 years ago
  62. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  63. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  64. 64277f3 Additional check to catch BooksTablet monkey issue by Brian Carlstrom · 12 years ago
  65. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 12 years ago
  66. 81ff318 Nomenclature improvements. by Elliott Hughes · 12 years ago
  67. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  68. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  69. b8d2eeb Trivial cleanup of monitor code. by Elliott Hughes · 12 years ago
  70. d423741 Show useful thread information in IllegalMonitorStateExceptions. by Elliott Hughes · 12 years ago
  71. 6d0b13e Increase debug information for failed monitor exits by Ian Rogers · 12 years ago
  72. 160f3e2 Remove some now-incorrect and now-obsolete DCHECKs. by Elliott Hughes · 12 years ago
  73. 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 12 years ago
  74. e65a6c9 Mac build fixes I missed in my previous patch. by Elliott Hughes · 12 years ago
  75. 12c51e3 We use NULL to mean "unknown source", but you can't pass NULL to C string functions. by Elliott Hughes · 12 years ago
  76. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  77. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  78. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  79. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  80. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 13 years ago
  81. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  82. fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago
  83. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  84. f8e0127 Add -verbose to dex2oat, and improve -verbose:monitor output. by Elliott Hughes · 13 years ago
  85. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  86. 32d6e1e Add -verbose:monitor and silence the monitor logging by default. by Elliott Hughes · 13 years ago
  87. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  88. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 13 years ago
  89. 4681c80 Various things. by Elliott Hughes · 13 years ago
  90. dc33ad5 Initialize all of class Thread's fields. by Elliott Hughes · 13 years ago
  91. 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
  92. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago[Renamed (97%) from src/sync.cc]
  93. 5f79133 Implement monitors. by Elliott Hughes · 13 years ago