1. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  2. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  3. 81c7694 Merge "Fix redefinition related use-after-free bug" by Treehugger Robot · 7 years ago
  4. 07f0621 Fix redefinition related use-after-free bug by Alex Light · 7 years ago
  5. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  6. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  7. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 7 years ago
  8. 8ea4eec ART: Mark some functions as always-inline by Andreas Gampe · 7 years ago
  9. deae7db ART: Add missing namespace comments by Andreas Gampe · 7 years ago
  10. 28b6e7e Deal with ASAN alloc-dealloc mismatch in class transformation code. by Alex Light · 7 years ago
  11. 2eb25e4 ART: Add IterateThroughHeapExt by Andreas Gampe · 7 years ago
  12. f787fd3 ART: Refactor IterateThroughHeap by Andreas Gampe · 7 years ago
  13. 95c466d ART: Fix GetErrorName. by Andreas Gampe · 8 years ago
  14. d73aba4 ART: Add Heap JVMTI extension API by Andreas Gampe · 8 years ago
  15. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 8 years ago
  16. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 8 years ago
  17. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  18. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  19. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  20. 0af8cde Do native method bind in jvmti-stress by Alex Light · 8 years ago
  21. 9088df8 Merge "Implement can_generate_native_method_bind capability" by Treehugger Robot · 8 years ago
  22. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 8 years ago
  23. 70713df Fix obsolete method change check. by Alex Light · 8 years ago
  24. e0f8ed9 ART: Refactor run-test 913 by Andreas Gampe · 8 years ago
  25. e1f79b6 ART: Fix GetArgumentsSize by Andreas Gampe · 8 years ago
  26. bb76646 Ensure one can call DisposeEnvironment during event callbacks. by Alex Light · 8 years ago
  27. 0ecb236 Fix broken DCHECK. by Alex Light · 8 years ago
  28. 9e2c81b ART: Fix GetSystemProperty (2) by Andreas Gampe · 8 years ago
  29. 8018810 ART: Fix GetSystemProperty by Andreas Gampe · 8 years ago
  30. 1f47e6c Remove some obsolete TODO comments. by Alex Light · 8 years ago
  31. 1e3926a Free unneeded obsolete maps by Alex Light · 8 years ago
  32. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
  33. 5b92c48 Merge "Clean up ArtClassDefinition" by Alex Light · 8 years ago
  34. b7354d5 Clean up ArtClassDefinition by Alex Light · 8 years ago
  35. f62940e Merge "ART: Fix VISIT_OBJECTS and ABORT for FollowReferences" by Treehugger Robot · 8 years ago
  36. c756f08 ART: Fix VISIT_OBJECTS and ABORT for FollowReferences by Andreas Gampe · 8 years ago
  37. 6a65631 Dedup original dex file for classes transformed on first load. by Alex Light · 8 years ago
  38. e2a739a Merge "Undo dex2dex compilation before invoking LoadHook" by Treehugger Robot · 8 years ago
  39. 4052847 Undo dex2dex compilation before invoking LoadHook by Alex Light · 8 years ago
  40. 8b71f08 Merge "ART: Fix ObjectFree reporting" by Treehugger Robot · 8 years ago
  41. c5e0f20 Merge "ART: Fix GetThreadInfo" by Treehugger Robot · 8 years ago
  42. a1705ea ART: Fix ObjectFree reporting by Andreas Gampe · 8 years ago
  43. db6c2ab ART: Fix GetThreadInfo by Andreas Gampe · 8 years ago
  44. 4ba18fd Merge "Fix lock order for jvmti kTaggingLockLevel" by Mathieu Chartier · 8 years ago
  45. f169e27 Fix lock order for jvmti kTaggingLockLevel by Mathieu Chartier · 8 years ago
  46. 238fdfc Merge "Ensure 'modified' field of ArtClassDefinition is always initialized." by Treehugger Robot · 8 years ago
  47. b20a9da Merge "Ensure jvmtiCapabilities structs are initialized." by Treehugger Robot · 8 years ago
  48. 5127178 Ensure 'modified' field of ArtClassDefinition is always initialized. by Alex Light · 8 years ago
  49. 34d8e08 Ensure jvmtiCapabilities structs are initialized. by Alex Light · 8 years ago
  50. 3b8adf5 Merge "Check for unattached threads in JVMTI functions" by Treehugger Robot · 8 years ago
  51. 1edc8cf Check for unattached threads in JVMTI functions by Alex Light · 8 years ago
  52. 2f814aa Revert "Revert "Make original dex file be more deduplicated"" by Alex Light · 8 years ago
  53. a7c04c4 Revert "Make original dex file be more deduplicated" by Nicolas Geoffray · 8 years ago
  54. 9556cb2 Make original dex file be more deduplicated by Alex Light · 8 years ago
  55. b43836a Merge "Don't send ClassFileLoadHook before JVMTI_PHASE_START." by Treehugger Robot · 8 years ago
  56. 5e03a30 ART: Refactor libopenjdkjvmti by Andreas Gampe · 8 years ago
  57. d8ce4e7 Don't send ClassFileLoadHook before JVMTI_PHASE_START. by Alex Light · 8 years ago
  58. 5442ff6 Merge "Ensure we have the correct thread when allocating obsolete methods." by Treehugger Robot · 8 years ago
  59. 5c11a79 Ensure we have the correct thread when allocating obsolete methods. by Alex Light · 8 years ago
  60. 9e38a50 ART: Add field offset caching by Andreas Gampe · 8 years ago
  61. f014021 ART: Refactor ObjectTagTable by Andreas Gampe · 8 years ago
  62. ce6ee70 Check IsModifiableClass earlier in redefineClasses and retransformClasses by Alex Light · 8 years ago
  63. c5f5a6e Misc cleanup for class redefinition. by Alex Light · 8 years ago
  64. 9511460 ART: Add correct field index to reference visiting by Andreas Gampe · 8 years ago
  65. e731693 ART: Add primitive field reporting by Andreas Gampe · 8 years ago
  66. 86e8e22 Merge "ART: Fix string reporting" by Treehugger Robot · 8 years ago
  67. 5f94203 ART: Fix string reporting by Andreas Gampe · 8 years ago
  68. 6a3fd51 Remove warning pragma from OpenJdkJvmTi.cc by Alex Light · 8 years ago
  69. 1266462 Merge "Make AddCapabilities call GetPotentialCapabilities." by Treehugger Robot · 8 years ago
  70. 1d22496 Make AddCapabilities call GetPotentialCapabilities. by Alex Light · 8 years ago
  71. 6f80f9e Merge "ART: Fix tagging" by Treehugger Robot · 8 years ago
  72. de19eb9 ART: Fix tagging by Andreas Gampe · 8 years ago
  73. e375687 Merge "Revert "ART: Add heap filter support"" by Nicolas Geoffray · 8 years ago
  74. 2cb576c Revert "ART: Add heap filter support" by Nicolas Geoffray · 8 years ago
  75. 99e90ae ART: Remove stale TODOs by Andreas Gampe · 8 years ago
  76. 8b4e679 Merge "ART: Add heap filter support" by Treehugger Robot · 8 years ago
  77. e6cfabc Merge "ART: Add klass filter support" by Treehugger Robot · 8 years ago
  78. 2baf075 Merge "Check stacks for unmodifiable frames" by Treehugger Robot · 8 years ago
  79. 4beab68 ART: Add heap filter support by Andreas Gampe · 8 years ago
  80. 38da9f2 ART: Add klass filter support by Andreas Gampe · 8 years ago
  81. e77b48b Check stacks for unmodifiable frames by Alex Light · 8 years ago
  82. b6e2c70 Merge "Disallow modifying java.lang.String" by Treehugger Robot · 8 years ago
  83. becd6ad ART: Add primitive array reporting by Andreas Gampe · 8 years ago
  84. 09f274f Disallow modifying java.lang.String by Alex Light · 8 years ago
  85. ce11f80 Merge "ART: Add string reporting" by Treehugger Robot · 8 years ago
  86. 3ec8e40 ART: Add string reporting by Andreas Gampe · 8 years ago
  87. 6154285 Merge "Remove obsolete TODOs" by Treehugger Robot · 8 years ago
  88. 803f91a Merge "ART: Rewrite JvmtiUniquePtr" by Treehugger Robot · 8 years ago
  89. 84df8b1 Remove obsolete TODOs by Alex Light · 8 years ago
  90. 5471141 ART: Rewrite JvmtiUniquePtr by Andreas Gampe · 8 years ago
  91. 7532d58 Allow redefined intrinsics by Alex Light · 8 years ago
  92. 27dfa05 ART: Add support for generic method signature. by Andreas Gampe · 8 years ago
  93. 08d567b Merge "ART: Add support for generic field signature" by Andreas Gampe · 8 years ago
  94. 07af6d0 Merge "ART: Add support for generic class signature" by Andreas Gampe · 8 years ago
  95. 188abab ART: Add support for generic field signature by Andreas Gampe · 8 years ago
  96. 0eb3643 ART: Add support for generic class signature by Andreas Gampe · 8 years ago
  97. c7e1904 Merge "Revert "Revert "Add test for changing annotations.""" by Treehugger Robot · 8 years ago
  98. 09cbce4 Revert "Revert "Add test for changing annotations."" by Alex Light · 8 years ago
  99. 3e0a410 Merge "Revert "Add test for changing annotations."" by Alex Light · 8 years ago
  100. b2793dd Revert "Add test for changing annotations." by Alex Light · 8 years ago