1. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  2. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  3. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  4. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  5. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  6. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  7. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  8. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  9. 261bc04 JDWP: more GC safety by Sebastien Hertz · 10 years ago
  10. 6920639 JDWP: fix thread_list deadlock by Sebastien Hertz · 10 years ago
  11. e4266c5 JDWP: assert no pending exception when using JNI by Sebastien Hertz · 10 years ago
  12. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 10 years ago
  13. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 10 years ago
  14. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  15. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  16. e2d628b Make ObjectRegistry::InternalAdd GC safe by Sebastien Hertz · 10 years ago
  17. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  18. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  19. a032870 Fix memory leak in JDWP object registry by Sebastien Hertz · 10 years ago
  20. b5a9e3d Remove Object* weak roots from the debugger. by Hiroshi Yamauchi · 10 years ago
  21. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  22. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  23. f288bd1 Merge "Manage JDWP errors related to garbage collection." by Sebastien Hertz · 11 years ago
  24. e96060a Manage JDWP errors related to garbage collection. by Sebastien Hertz · 11 years ago
  25. 0630ab5 Fix null argument handling during invoke from JDWP. by Sebastien Hertz · 11 years ago
  26. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  27. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/jdwp/object_registry.cc]
  28. 449db33 For JDWP, suspend thread before configuring it for single stepping. by Jeff Hao · 12 years ago
  29. 5d021c7 Fix sdk_x86-eng build error about possible use of uninitialized fields by Brian Carlstrom · 12 years ago
  30. 0f82716 Fix JDWP ObjectRegistry lock ordering. by Elliott Hughes · 12 years ago
  31. 64f574f Implement EnableCollection, DisableCollection, IsCollected, and fix Exit. by Elliott Hughes · 12 years ago