1. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
  2. 1e88f98 Use apex_available property by Jiyong Park · 5 years ago
  3. 7ba68ff Fix ABA bug with PreObjectAlloc event being missed by Alex Light · 5 years ago
  4. 7a6b966 Fix reversed compare_exchange check. by Alex Light · 5 years ago
  5. 96cbde8 Fix alignment bug in PreObjectAlloc by Alex Light · 5 years ago
  6. daad67f Fix typo FieldNameAndSignature vs MethodNameAndSignature. by Alex Light · 5 years ago
  7. b2e6d0f Fix incorrect DCHECK by Alex Light · 5 years ago
  8. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  9. a142f71 Add missing Barriers in ReplaceReferences by Alex Light · 5 years ago
  10. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 5 years ago
  11. bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  12. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 5 years ago
  13. 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  14. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  15. 4e7dd70 Make opaque-jni-ids:swapable more efficient by Alex Light · 5 years ago
  16. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 5 years ago
  17. c47040d Allow structural redefinition on non-final classes. by Alex Light · 5 years ago
  18. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  19. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  20. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  21. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 5 years ago
  22. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 5 years ago
  23. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 5 years ago
  24. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 5 years ago
  25. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 5 years ago
  26. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 5 years ago
  27. 5fd05e5 Include interfaces in IterateOverInstancesOfClass by Alex Light · 5 years ago
  28. d55b844 Add more standard structural redefinition entrypoints by Alex Light · 5 years ago
  29. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 5 years ago
  30. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 5 years ago
  31. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 5 years ago
  32. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 5 years ago
  33. 15ffafd Remove useless return-value from RetransformClassesDirect by Alex Light · 5 years ago
  34. 3732beb Refactor Transform/redefine entrypoints by Alex Light · 5 years ago
  35. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  36. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  37. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  38. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  39. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  40. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
  41. b55ef65 Improve VLOG_STREAM by Alex Light · 5 years ago
  42. b096c91 Correctly perform read-barriers on cross-thread reg access by Alex Light · 5 years ago
  43. b0ce4d2 Change some LOG(DEBUG) to VLOG(plugin) by Alex Light · 5 years ago
  44. b4abe0a Limit visibility of ART libraries, binaries, and headers. by Martin Stjernholm · 6 years ago
  45. b45fc22 Enable plugin VLOG with SetVerboseFlag(JVMTI_VERBOSE_OTHER) by Alex Light · 5 years ago
  46. 07710c5 Reland "Java Heap Profiler for Perfetto." again by Florian Mayer · 5 years ago
  47. fb11957 Fixed issue in structural redefinition around class init by Alex Light · 5 years ago
  48. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  49. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  50. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  51. 284b1b0 Revert "Reland "Java Heap Profiler for Perfetto."" by Lokesh Gidra · 5 years ago
  52. 5a446bd Reland "Java Heap Profiler for Perfetto." by Florian Mayer · 5 years ago
  53. 0054aa5 Have JavaFrameRootInfo give more info about provenance of root. by Alex Light · 5 years ago
  54. 8ea9b37 Use j.l.ThreadGroup class directly for GetThreadGroupInfo by Alex Light · 5 years ago
  55. 72d7e94 Add obsolete object event by Alex Light · 5 years ago
  56. c14ec8f Add resize arrays JVMTI extension by Alex Light · 5 years ago
  57. 60415ae ART: Move DexFileVerifier class to cc file by Andreas Gampe · 6 years ago
  58. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
  59. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
  60. 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
  61. c5c5186 Avoid decoding jobject under a kGenericBottomLock by Alex Light · 6 years ago
  62. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  63. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 6 years ago
  64. bee2894 FdFile needs close even without any valid FD by Alex Light · 6 years ago
  65. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 6 years ago
  66. 6045bc2 Fix incorrect register-number range check. by Alex Light · 6 years ago
  67. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 6 years ago
  68. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 6 years ago
  69. 639e73b Revert^2 "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 6 years ago
  70. 799e536 Revert "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 6 years ago
  71. 92ed90c Add AddToDexClassloader JVMTI extension functions by Alex Light · 6 years ago
  72. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 6 years ago
  73. 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
  74. 342b694 Fix JVMTI GetStackTrace bug by Alex Light · 6 years ago
  75. 439d126 Add StackVisitor::SetVRegReference(). by Vladimir Marko · 6 years ago
  76. b2a8964 Revert "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
  77. c8c7e06 Correctly handle thread deopt with thread-specific JVMTI events by Alex Light · 6 years ago
  78. 765b2a0 Add -verbose:interpreter by Mathieu Chartier · 6 years ago
  79. 0235336 Check for null before using AddLocalReference in ti_method by Alex Light · 6 years ago
  80. a4cdd36 Prevent concurrent GC stack-walks during deoptimization by Alex Light · 6 years ago
  81. 307b284 Move on-load class modification log to VLOG(class_linker) by Alex Light · 6 years ago
  82. e7a3354 Handle methods being present in multiple threads correctly by Alex Light · 6 years ago
  83. 6683446 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  84. 679dec1 Revert^2 "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  85. eaa4831 Revert "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  86. c723b81 Revert "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  87. 9c8f344 Use RAII for preventing user-code suspensions by Alex Light · 6 years ago
  88. 3fa8b6d Perform SetEvent under the user_code_suspend_count_lock_ by Alex Light · 6 years ago
  89. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  90. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  91. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  92. 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 6 years ago
  93. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  94. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  95. 6a399f3 Allow jvmti Allocate & Deallocate function on unattached threads by Alex Light · 7 years ago
  96. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 6 years ago
  97. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 6 years ago
  98. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  99. b214694 Revert^4 "Add extension and agent for dumping internal jvmti plugin data." by Alex Light · 6 years ago
  100. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago