1. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  2. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  3. 0af8cde Do native method bind in jvmti-stress by Alex Light · 8 years ago
  4. 9088df8 Merge "Implement can_generate_native_method_bind capability" by Treehugger Robot · 8 years ago
  5. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 8 years ago
  6. 70713df Fix obsolete method change check. by Alex Light · 8 years ago
  7. e0f8ed9 ART: Refactor run-test 913 by Andreas Gampe · 8 years ago
  8. e1f79b6 ART: Fix GetArgumentsSize by Andreas Gampe · 8 years ago
  9. bb76646 Ensure one can call DisposeEnvironment during event callbacks. by Alex Light · 8 years ago
  10. 0ecb236 Fix broken DCHECK. by Alex Light · 8 years ago
  11. 9e2c81b ART: Fix GetSystemProperty (2) by Andreas Gampe · 8 years ago
  12. 8018810 ART: Fix GetSystemProperty by Andreas Gampe · 8 years ago
  13. 1f47e6c Remove some obsolete TODO comments. by Alex Light · 8 years ago
  14. 1e3926a Free unneeded obsolete maps by Alex Light · 8 years ago
  15. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
  16. 5b92c48 Merge "Clean up ArtClassDefinition" by Alex Light · 8 years ago
  17. b7354d5 Clean up ArtClassDefinition by Alex Light · 8 years ago
  18. f62940e Merge "ART: Fix VISIT_OBJECTS and ABORT for FollowReferences" by Treehugger Robot · 8 years ago
  19. c756f08 ART: Fix VISIT_OBJECTS and ABORT for FollowReferences by Andreas Gampe · 8 years ago
  20. 6a65631 Dedup original dex file for classes transformed on first load. by Alex Light · 8 years ago
  21. e2a739a Merge "Undo dex2dex compilation before invoking LoadHook" by Treehugger Robot · 8 years ago
  22. 4052847 Undo dex2dex compilation before invoking LoadHook by Alex Light · 8 years ago
  23. 8b71f08 Merge "ART: Fix ObjectFree reporting" by Treehugger Robot · 8 years ago
  24. c5e0f20 Merge "ART: Fix GetThreadInfo" by Treehugger Robot · 8 years ago
  25. a1705ea ART: Fix ObjectFree reporting by Andreas Gampe · 8 years ago
  26. db6c2ab ART: Fix GetThreadInfo by Andreas Gampe · 8 years ago
  27. 4ba18fd Merge "Fix lock order for jvmti kTaggingLockLevel" by Mathieu Chartier · 8 years ago
  28. f169e27 Fix lock order for jvmti kTaggingLockLevel by Mathieu Chartier · 8 years ago
  29. 238fdfc Merge "Ensure 'modified' field of ArtClassDefinition is always initialized." by Treehugger Robot · 8 years ago
  30. b20a9da Merge "Ensure jvmtiCapabilities structs are initialized." by Treehugger Robot · 8 years ago
  31. 5127178 Ensure 'modified' field of ArtClassDefinition is always initialized. by Alex Light · 8 years ago
  32. 34d8e08 Ensure jvmtiCapabilities structs are initialized. by Alex Light · 8 years ago
  33. 3b8adf5 Merge "Check for unattached threads in JVMTI functions" by Treehugger Robot · 8 years ago
  34. 1edc8cf Check for unattached threads in JVMTI functions by Alex Light · 8 years ago
  35. 2f814aa Revert "Revert "Make original dex file be more deduplicated"" by Alex Light · 8 years ago
  36. a7c04c4 Revert "Make original dex file be more deduplicated" by Nicolas Geoffray · 8 years ago
  37. 9556cb2 Make original dex file be more deduplicated by Alex Light · 8 years ago
  38. b43836a Merge "Don't send ClassFileLoadHook before JVMTI_PHASE_START." by Treehugger Robot · 8 years ago
  39. 5e03a30 ART: Refactor libopenjdkjvmti by Andreas Gampe · 8 years ago
  40. d8ce4e7 Don't send ClassFileLoadHook before JVMTI_PHASE_START. by Alex Light · 8 years ago
  41. 5442ff6 Merge "Ensure we have the correct thread when allocating obsolete methods." by Treehugger Robot · 8 years ago
  42. 5c11a79 Ensure we have the correct thread when allocating obsolete methods. by Alex Light · 8 years ago
  43. 9e38a50 ART: Add field offset caching by Andreas Gampe · 8 years ago
  44. f014021 ART: Refactor ObjectTagTable by Andreas Gampe · 8 years ago
  45. ce6ee70 Check IsModifiableClass earlier in redefineClasses and retransformClasses by Alex Light · 8 years ago
  46. c5f5a6e Misc cleanup for class redefinition. by Alex Light · 8 years ago
  47. 9511460 ART: Add correct field index to reference visiting by Andreas Gampe · 8 years ago
  48. e731693 ART: Add primitive field reporting by Andreas Gampe · 8 years ago
  49. 86e8e22 Merge "ART: Fix string reporting" by Treehugger Robot · 8 years ago
  50. 5f94203 ART: Fix string reporting by Andreas Gampe · 8 years ago
  51. 6a3fd51 Remove warning pragma from OpenJdkJvmTi.cc by Alex Light · 8 years ago
  52. 1266462 Merge "Make AddCapabilities call GetPotentialCapabilities." by Treehugger Robot · 8 years ago
  53. 1d22496 Make AddCapabilities call GetPotentialCapabilities. by Alex Light · 8 years ago
  54. 6f80f9e Merge "ART: Fix tagging" by Treehugger Robot · 8 years ago
  55. de19eb9 ART: Fix tagging by Andreas Gampe · 8 years ago
  56. e375687 Merge "Revert "ART: Add heap filter support"" by Nicolas Geoffray · 8 years ago
  57. 2cb576c Revert "ART: Add heap filter support" by Nicolas Geoffray · 8 years ago
  58. 99e90ae ART: Remove stale TODOs by Andreas Gampe · 8 years ago
  59. 8b4e679 Merge "ART: Add heap filter support" by Treehugger Robot · 8 years ago
  60. e6cfabc Merge "ART: Add klass filter support" by Treehugger Robot · 8 years ago
  61. 2baf075 Merge "Check stacks for unmodifiable frames" by Treehugger Robot · 8 years ago
  62. 4beab68 ART: Add heap filter support by Andreas Gampe · 8 years ago
  63. 38da9f2 ART: Add klass filter support by Andreas Gampe · 8 years ago
  64. e77b48b Check stacks for unmodifiable frames by Alex Light · 8 years ago
  65. b6e2c70 Merge "Disallow modifying java.lang.String" by Treehugger Robot · 8 years ago
  66. becd6ad ART: Add primitive array reporting by Andreas Gampe · 8 years ago
  67. 09f274f Disallow modifying java.lang.String by Alex Light · 8 years ago
  68. ce11f80 Merge "ART: Add string reporting" by Treehugger Robot · 8 years ago
  69. 3ec8e40 ART: Add string reporting by Andreas Gampe · 8 years ago
  70. 6154285 Merge "Remove obsolete TODOs" by Treehugger Robot · 8 years ago
  71. 803f91a Merge "ART: Rewrite JvmtiUniquePtr" by Treehugger Robot · 8 years ago
  72. 84df8b1 Remove obsolete TODOs by Alex Light · 8 years ago
  73. 5471141 ART: Rewrite JvmtiUniquePtr by Andreas Gampe · 8 years ago
  74. 7532d58 Allow redefined intrinsics by Alex Light · 8 years ago
  75. 27dfa05 ART: Add support for generic method signature. by Andreas Gampe · 8 years ago
  76. 08d567b Merge "ART: Add support for generic field signature" by Andreas Gampe · 8 years ago
  77. 07af6d0 Merge "ART: Add support for generic class signature" by Andreas Gampe · 8 years ago
  78. 188abab ART: Add support for generic field signature by Andreas Gampe · 8 years ago
  79. 0eb3643 ART: Add support for generic class signature by Andreas Gampe · 8 years ago
  80. c7e1904 Merge "Revert "Revert "Add test for changing annotations.""" by Treehugger Robot · 8 years ago
  81. 09cbce4 Revert "Revert "Add test for changing annotations."" by Alex Light · 8 years ago
  82. 3e0a410 Merge "Revert "Add test for changing annotations."" by Alex Light · 8 years ago
  83. b2793dd Revert "Add test for changing annotations." by Alex Light · 8 years ago
  84. 9c0cc42 Merge "Add test for changing annotations." by Treehugger Robot · 8 years ago
  85. 701fc35 Add test for changing annotations. by Alex Light · 8 years ago
  86. 8dc12b1 Merge "Add a DCHECK in thread::GetPeer." by Nicolas Geoffray · 8 years ago
  87. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  88. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  89. 6def702 Merge "Revert^6 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 8 years ago
  90. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  91. ffc8cad Add a DCHECK in thread::GetPeer. by Nicolas Geoffray · 8 years ago
  92. 86bbe45 Merge "Revert "Revert^4 "Make class redefinition work with native methods on stack.""" by Roland Levillain · 8 years ago
  93. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 8 years ago
  94. 1f38f99 Merge "ART: Correctly handle temporary classes in class-load events (4/3)" by Treehugger Robot · 8 years ago
  95. 2505733 Merge "Revert^4 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 8 years ago
  96. 52784ac ART: Correctly handle temporary classes in class-load events (4/3) by Andreas Gampe · 8 years ago
  97. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  98. ebf4d99 Merge "ART: Correctly handle temporary classes in class-load events (3/3)" by Treehugger Robot · 8 years ago
  99. 1f3fce2 Merge "Revert "Revert "Revert "Make class redefinition work with native methods on stack."""" by Alex Light · 8 years ago
  100. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 8 years ago