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