1. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  2. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  3. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  4. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  5. f3d874c Avoid race in single thread suspension. by Ian Rogers · 10 years ago
  6. 14e8144 Add a check for null thread before trying to suspend by Johnnie Birch · 10 years ago
  7. ee1d79a Cleanup transaction support by Sebastien Hertz · 10 years ago
  8. 970c10e Do not suspend current thread to build stacktrace from DDMS by Sebastien Hertz · 10 years ago
  9. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  10. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  11. 2921201 Remove some non-const references in utils by Brian Carlstrom · 11 years ago
  12. 920af3e Fix thread status in THST chunk to use JDWP thread state. by Jeff Hao · 11 years ago
  13. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/native/org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc]
  14. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 12 years ago
  15. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  16. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  17. cfaa455 Turn the thread peer_ into a Object*. by Ian Rogers · 12 years ago
  18. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  19. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  20. ba0b9c5 Add the native thread state to art SIGQUIT dumps. by Elliott Hughes · 12 years ago
  21. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  22. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  23. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  24. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  25. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  26. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 12 years ago[Renamed from src/org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc]
  27. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  28. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  29. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  30. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  31. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 12 years ago
  32. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  33. 21f32d7 Fix some DDMS stuff I'd broken, and fix HexDump's double-spacing. by Elliott Hughes · 13 years ago
  34. 545a064 Implement DDMS recent allocation tracking. by Elliott Hughes · 13 years ago
  35. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 13 years ago
  36. f7c3b66 Fix orthography of the jdwp_bits.h functions. by Elliott Hughes · 13 years ago
  37. 767a147 Wire in the DDMS heap stuff. by Elliott Hughes · 13 years ago
  38. bfe487b Makes objects known to the debugger GC roots, implements the THST message, and lets DDMS request stack traces. by Elliott Hughes · 13 years ago
  39. 47fce01 Basic DDMS thread support. by Elliott Hughes · 13 years ago
  40. f6a1e1e Implement more DDMS support. by Elliott Hughes · 13 years ago