1. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 14 years ago
  2. b8d2eeb Trivial cleanup of monitor code. by Elliott Hughes · 14 years ago
  3. d423741 Show useful thread information in IllegalMonitorStateExceptions. by Elliott Hughes · 14 years ago
  4. 6d0b13e Increase debug information for failed monitor exits by Ian Rogers · 14 years ago
  5. 160f3e2 Remove some now-incorrect and now-obsolete DCHECKs. by Elliott Hughes · 14 years ago
  6. 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 14 years ago
  7. e65a6c9 Mac build fixes I missed in my previous patch. by Elliott Hughes · 14 years ago
  8. 12c51e3 We use NULL to mean "unknown source", but you can't pass NULL to C string functions. by Elliott Hughes · 14 years ago
  9. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  10. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 15 years ago
  11. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 15 years ago
  12. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 15 years ago
  13. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 15 years ago
  14. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 15 years ago
  15. fc86162 Implement lock contention event logging. by Elliott Hughes · 15 years ago
  16. 24a3c2e ClassLinker changes by Brian Carlstrom · 15 years ago
  17. f8e0127 Add -verbose to dex2oat, and improve -verbose:monitor output. by Elliott Hughes · 15 years ago
  18. c33a32b Sweep the monitor list. by Elliott Hughes · 15 years ago
  19. 32d6e1e Add -verbose:monitor and silence the monitor logging by default. by Elliott Hughes · 15 years ago
  20. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 15 years ago
  21. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 15 years ago
  22. 4681c80 Various things. by Elliott Hughes · 15 years ago
  23. dc33ad5 Initialize all of class Thread's fields. by Elliott Hughes · 15 years ago
  24. 85d1545 Add packing to class Thread. by Elliott Hughes · 15 years ago
  25. 54e7df1 Various bits of cleanup. by Elliott Hughes · 15 years ago[Renamed (97%) from src/sync.cc]
  26. 5f79133 Implement monitors. by Elliott Hughes · 15 years ago