1. 6fa7b81 Add GetSourceFile and GetSourceDebugExt JVMTI functions by Alex Light · 8 years ago
  2. 7239865 Null check thread peers in JVMTI class callbacks by Alex Light · 8 years ago
  3. 1368312 Merge "Use ArrayRef<> instead of ArraySlice<> in JVMTI." by Vladimir Marko · 8 years ago
  4. e1993c7 Use ArrayRef<> instead of ArraySlice<> in JVMTI. by Vladimir Marko · 8 years ago
  5. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 8 years ago
  6. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  7. 28b6e7e Deal with ASAN alloc-dealloc mismatch in class transformation code. by Alex Light · 8 years ago
  8. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  9. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  10. b7354d5 Clean up ArtClassDefinition by Alex Light · 8 years ago
  11. 6a65631 Dedup original dex file for classes transformed on first load. by Alex Light · 8 years ago
  12. 4052847 Undo dex2dex compilation before invoking LoadHook by Alex Light · 8 years ago
  13. 2f814aa Revert "Revert "Make original dex file be more deduplicated"" by Alex Light · 8 years ago
  14. a7c04c4 Revert "Make original dex file be more deduplicated" by Nicolas Geoffray · 8 years ago
  15. 9556cb2 Make original dex file be more deduplicated by Alex Light · 8 years ago
  16. d8ce4e7 Don't send ClassFileLoadHook before JVMTI_PHASE_START. by Alex Light · 8 years ago
  17. 5471141 ART: Rewrite JvmtiUniquePtr by Andreas Gampe · 8 years ago
  18. 0eb3643 ART: Add support for generic class signature by Andreas Gampe · 8 years ago
  19. 52784ac ART: Correctly handle temporary classes in class-load events (4/3) by Andreas Gampe · 8 years ago
  20. a67354b ART: Correctly handle temporary classes in class-load events (3/3) by Andreas Gampe · 8 years ago
  21. 7619b5b ART: Fix potential deadlock in class-load events by Andreas Gampe · 8 years ago
  22. 94dda93 ART: Correctly handle temporary classes in class-load events (2/3) by Andreas Gampe · 8 years ago
  23. 691051b ART: Correctly handle temporary classes in class-load events (1/3) by Andreas Gampe · 8 years ago
  24. de09f06 Merge "Ensure ClassPreDefine returned dex file is on the Classpath" by Treehugger Robot · 8 years ago
  25. eb98b08 Ensure ClassPreDefine returned dex file is on the Classpath by Alex Light · 8 years ago
  26. 2802712 Pass the correct name to ClassFileLoadHook by Alex Light · 8 years ago
  27. 440b5d9 Implement class-pre-define time redefinition. by Alex Light · 8 years ago
  28. 983c175 ART: Refactor TI events by Andreas Gampe · 8 years ago
  29. e637746 ART: Add class events by Andreas Gampe · 8 years ago
  30. 812a244 ART: Add GetClassVersionNumbers. by Andreas Gampe · 8 years ago
  31. 70f1639 ART: Add GetClassLoaderClasses by Andreas Gampe · 8 years ago
  32. 8f5b603 ART: Add GetClassLoader by Andreas Gampe · 8 years ago
  33. 8b07e47 ART: Add GetImplementedInterfaces by Andreas Gampe · 8 years ago
  34. 64013e5 ART: Add GetClassModifiers by Andreas Gampe · 8 years ago
  35. 18fee4d ART: Add GetClassMethods by Andreas Gampe · 8 years ago
  36. ff9d209 ART: Add GetClassStatus by Andreas Gampe · 8 years ago
  37. ac58727 ART: Add GetClassFields support by Andreas Gampe · 8 years ago
  38. 4fd66ec ART: Add IsInterface and IsArrayClass support by Andreas Gampe · 8 years ago
  39. e492ae3 ART: Add GetClassSignature by Andreas Gampe · 8 years ago