1. 2727d7c Merge "Ensure that we don't overwrite suspension target thread" by Treehugger Robot · 7 years ago
  2. 6ee332c Ensure that we don't overwrite suspension target thread by Alex Light · 7 years ago
  3. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  4. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  5. 00e475c Only update declared methods during class redefinition. by Alex Light · 7 years ago
  6. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  7. 2f0ac4f Merge changes I01b45c86,I10307aea,Iefccd6ff,Ibbda8e9a,I71a7f59b by Andreas Gampe · 7 years ago
  8. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 7 years ago
  9. 2bff9ca ART: Remove more object_callbacks.h includes by Andreas Gampe · 7 years ago
  10. 1c158a0 ART: Use VisitObjects visitor functions by Andreas Gampe · 7 years ago
  11. 1f0a22f Ensure GetThreadState only counts user-code suspensions by Alex Light · 7 years ago
  12. 092a404 Ensure jvmti agents don't share ThreadLocalStorage by Alex Light · 7 years ago
  13. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  14. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  15. 46f2503 Fix mac sdk build. by Alex Light · 7 years ago
  16. c19cd2f Track jvmti allocations related to object tagging by Alex Light · 7 years ago
  17. 8ddfd9f Add support for tracking jvmti allocations by Alex Light · 7 years ago
  18. e32097c Merge "Add jvmti GetBytecodes function." by Treehugger Robot · 7 years ago
  19. 4c17428 Add jvmti GetBytecodes function. by Alex Light · 7 years ago
  20. 739a22b Merge "Move jvmti allocation functions to own file." by Treehugger Robot · 7 years ago
  21. bf64a57 Move jvmti allocation functions to own file. by Alex Light · 7 years ago
  22. 2c6cd69 Check for temporary and retired classes in GetClassFields. by Alex Light · 7 years ago
  23. a26e349 Add JVMTI Breakpoint and SingleStep functionality by Alex Light · 7 years ago
  24. 6237cd3 ART: Fix missing wait in GetAllStackTraces by Andreas Gampe · 7 years ago
  25. ad9173d ART: Fix use-after-free by Andreas Gampe · 7 years ago
  26. a08c9bb Merge "Ensure GetLoadedClasses only returns 'Loaded' Classes." by Treehugger Robot · 7 years ago
  27. f8a4a2c Ensure GetLoadedClasses only returns 'Loaded' Classes. by Alex Light · 7 years ago
  28. 28c4a23 ART: Fix RequestSynchronousCheckpoint by Andreas Gampe · 7 years ago
  29. f1221a1 ART: Use ThreadList RunCheckpoint for GetAllStackTraces by Andreas Gampe · 7 years ago
  30. 6fa7b81 Add GetSourceFile and GetSourceDebugExt JVMTI functions by Alex Light · 7 years ago
  31. 18b4ed1 Merge changes from topic 'jvmti-field-cbs' by Alex Light · 7 years ago
  32. 36a296f ART: Refactor stack.h by Andreas Gampe · 7 years ago
  33. 77c7d10 Merge "Add field/method skipping helper functions to DexFile" by Mathieu Chartier · 7 years ago
  34. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  35. 084fa37 Add field access & modify JVMTI callbacks by Alex Light · 7 years ago
  36. 7239865 Null check thread peers in JVMTI class callbacks by Alex Light · 7 years ago
  37. 1368312 Merge "Use ArrayRef<> instead of ArraySlice<> in JVMTI." by Vladimir Marko · 7 years ago
  38. e1993c7 Use ArrayRef<> instead of ArraySlice<> in JVMTI. by Vladimir Marko · 7 years ago
  39. 850a0fe ART: Add GetStackTrace fast-path by Andreas Gampe · 7 years ago
  40. 6db6b4d ART: Refactor GetStackTraceVisitor by Andreas Gampe · 7 years ago
  41. b7edcda Add method tracing JVMTI callbacks by Alex Light · 7 years ago
  42. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  43. 81c7694 Merge "Fix redefinition related use-after-free bug" by Treehugger Robot · 7 years ago
  44. 07f0621 Fix redefinition related use-after-free bug by Alex Light · 7 years ago
  45. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  46. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  47. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 7 years ago
  48. 8ea4eec ART: Mark some functions as always-inline by Andreas Gampe · 7 years ago
  49. deae7db ART: Add missing namespace comments by Andreas Gampe · 7 years ago
  50. 28b6e7e Deal with ASAN alloc-dealloc mismatch in class transformation code. by Alex Light · 7 years ago
  51. 2eb25e4 ART: Add IterateThroughHeapExt by Andreas Gampe · 7 years ago
  52. f787fd3 ART: Refactor IterateThroughHeap by Andreas Gampe · 7 years ago
  53. 95c466d ART: Fix GetErrorName. by Andreas Gampe · 7 years ago
  54. d73aba4 ART: Add Heap JVMTI extension API by Andreas Gampe · 7 years ago
  55. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  56. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 7 years ago
  57. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  58. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  59. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  60. 0af8cde Do native method bind in jvmti-stress by Alex Light · 7 years ago
  61. 9088df8 Merge "Implement can_generate_native_method_bind capability" by Treehugger Robot · 7 years ago
  62. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 7 years ago
  63. 70713df Fix obsolete method change check. by Alex Light · 7 years ago
  64. e0f8ed9 ART: Refactor run-test 913 by Andreas Gampe · 7 years ago
  65. e1f79b6 ART: Fix GetArgumentsSize by Andreas Gampe · 7 years ago
  66. bb76646 Ensure one can call DisposeEnvironment during event callbacks. by Alex Light · 7 years ago
  67. 0ecb236 Fix broken DCHECK. by Alex Light · 7 years ago
  68. 9e2c81b ART: Fix GetSystemProperty (2) by Andreas Gampe · 7 years ago
  69. 8018810 ART: Fix GetSystemProperty by Andreas Gampe · 7 years ago
  70. 1f47e6c Remove some obsolete TODO comments. by Alex Light · 7 years ago
  71. 1e3926a Free unneeded obsolete maps by Alex Light · 7 years ago
  72. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 7 years ago
  73. 5b92c48 Merge "Clean up ArtClassDefinition" by Alex Light · 7 years ago
  74. b7354d5 Clean up ArtClassDefinition by Alex Light · 7 years ago
  75. f62940e Merge "ART: Fix VISIT_OBJECTS and ABORT for FollowReferences" by Treehugger Robot · 7 years ago
  76. c756f08 ART: Fix VISIT_OBJECTS and ABORT for FollowReferences by Andreas Gampe · 7 years ago
  77. 6a65631 Dedup original dex file for classes transformed on first load. by Alex Light · 7 years ago
  78. e2a739a Merge "Undo dex2dex compilation before invoking LoadHook" by Treehugger Robot · 7 years ago
  79. 4052847 Undo dex2dex compilation before invoking LoadHook by Alex Light · 7 years ago
  80. 8b71f08 Merge "ART: Fix ObjectFree reporting" by Treehugger Robot · 7 years ago
  81. c5e0f20 Merge "ART: Fix GetThreadInfo" by Treehugger Robot · 7 years ago
  82. a1705ea ART: Fix ObjectFree reporting by Andreas Gampe · 7 years ago
  83. db6c2ab ART: Fix GetThreadInfo by Andreas Gampe · 7 years ago
  84. 4ba18fd Merge "Fix lock order for jvmti kTaggingLockLevel" by Mathieu Chartier · 7 years ago
  85. f169e27 Fix lock order for jvmti kTaggingLockLevel by Mathieu Chartier · 7 years ago
  86. 238fdfc Merge "Ensure 'modified' field of ArtClassDefinition is always initialized." by Treehugger Robot · 7 years ago
  87. b20a9da Merge "Ensure jvmtiCapabilities structs are initialized." by Treehugger Robot · 7 years ago
  88. 5127178 Ensure 'modified' field of ArtClassDefinition is always initialized. by Alex Light · 7 years ago
  89. 34d8e08 Ensure jvmtiCapabilities structs are initialized. by Alex Light · 7 years ago
  90. 3b8adf5 Merge "Check for unattached threads in JVMTI functions" by Treehugger Robot · 7 years ago
  91. 1edc8cf Check for unattached threads in JVMTI functions by Alex Light · 7 years ago
  92. 2f814aa Revert "Revert "Make original dex file be more deduplicated"" by Alex Light · 7 years ago
  93. a7c04c4 Revert "Make original dex file be more deduplicated" by Nicolas Geoffray · 7 years ago
  94. 9556cb2 Make original dex file be more deduplicated by Alex Light · 7 years ago
  95. b43836a Merge "Don't send ClassFileLoadHook before JVMTI_PHASE_START." by Treehugger Robot · 7 years ago
  96. 5e03a30 ART: Refactor libopenjdkjvmti by Andreas Gampe · 7 years ago
  97. d8ce4e7 Don't send ClassFileLoadHook before JVMTI_PHASE_START. by Alex Light · 7 years ago
  98. 5442ff6 Merge "Ensure we have the correct thread when allocating obsolete methods." by Treehugger Robot · 7 years ago
  99. 5c11a79 Ensure we have the correct thread when allocating obsolete methods. by Alex Light · 7 years ago
  100. 9e38a50 ART: Add field offset caching by Andreas Gampe · 7 years ago