1. 3284661 Fix ddm.publish_chunk extension to prevent deadlock by Alex Light · 4 years, 2 months ago
  2. 842e9c8 Avoid eating SEGVs when performing on-demand dequicken by Alex Light · 4 years, 2 months ago
  3. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 3 months ago
  4. 16527e8 Preserve JNI bindings across structural redefinition by Alex Light · 4 years, 3 months ago
  5. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 4 months ago
  6. 71f661c Set apex_available property by Jiyong Park · 4 years, 4 months ago
  7. 76bc833 Bundle jni_headers with libopenjdkjvmti_headers by Orion Hodson · 4 years, 5 months ago
  8. 8f95183 Add new set_verbose_flag_ext JVMTI Extension by Alex Light · 4 years, 6 months ago
  9. 5e251ea Change j.l.r.Field to use ArtField index instead of dexFileIndex by Alex Light · 4 years, 8 months ago
  10. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 4 years, 8 months ago
  11. 516745b Reland "Set SA_SIGINFO. Rename thread to include perfetto." by Florian Mayer · 4 years, 7 months ago
  12. fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 7 months ago
  13. 3f0dca1 Ensure IsStructurallyRedefinable takes into account subtypes by Alex Light · 4 years, 7 months ago
  14. f6c69e5 Fix race resulting in UAF in class-define-pausing by Alex Light · 4 years, 8 months ago
  15. 628f488 Remove the LogId parameter from libbase's LogMessage by Tom Cherry · 4 years, 8 months ago
  16. baf938f Add even more sanity checks to ti_redefine.cc and skips by Alex Light · 4 years, 8 months ago
  17. 3f4041b Add more logging around array sanity checks by Alex Light · 4 years, 8 months ago
  18. 163652e Fix redefinition causing corrupt j.l.r.Field objects by Alex Light · 4 years, 8 months ago
  19. 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 8 months ago
  20. 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 8 months ago
  21. 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 4 years, 9 months ago
  22. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 9 months ago
  23. fb53708 Remove class-hierarchy restriction from structural redefinition by Alex Light · 4 years, 9 months ago
  24. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 9 months ago
  25. 1e88f98 Use apex_available property by Jiyong Park · 4 years, 9 months ago
  26. 7ba68ff Fix ABA bug with PreObjectAlloc event being missed by Alex Light · 4 years, 9 months ago
  27. 7a6b966 Fix reversed compare_exchange check. by Alex Light · 4 years, 9 months ago
  28. 96cbde8 Fix alignment bug in PreObjectAlloc by Alex Light · 4 years, 9 months ago
  29. daad67f Fix typo FieldNameAndSignature vs MethodNameAndSignature. by Alex Light · 4 years, 9 months ago
  30. b2e6d0f Fix incorrect DCHECK by Alex Light · 4 years, 9 months ago
  31. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 9 months ago
  32. a142f71 Add missing Barriers in ReplaceReferences by Alex Light · 4 years, 9 months ago
  33. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 4 years, 9 months ago
  34. bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 4 years, 9 months ago
  35. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 4 years, 9 months ago
  36. 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 4 years, 9 months ago
  37. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 9 months ago
  38. 4e7dd70 Make opaque-jni-ids:swapable more efficient by Alex Light · 4 years, 9 months ago
  39. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 4 years, 9 months ago
  40. c47040d Allow structural redefinition on non-final classes. by Alex Light · 4 years, 10 months ago
  41. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  42. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  43. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  44. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 4 years, 10 months ago
  45. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 4 years, 10 months ago
  46. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 4 years, 10 months ago
  47. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 4 years, 10 months ago
  48. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 4 years, 10 months ago
  49. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 4 years, 10 months ago
  50. 5fd05e5 Include interfaces in IterateOverInstancesOfClass by Alex Light · 4 years, 10 months ago
  51. d55b844 Add more standard structural redefinition entrypoints by Alex Light · 4 years, 11 months ago
  52. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 4 years, 11 months ago
  53. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 4 years, 11 months ago
  54. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 4 years, 11 months ago
  55. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 4 years, 11 months ago
  56. 15ffafd Remove useless return-value from RetransformClassesDirect by Alex Light · 4 years, 11 months ago
  57. 3732beb Refactor Transform/redefine entrypoints by Alex Light · 5 years ago
  58. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  59. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  60. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  61. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  62. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  63. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
  64. b55ef65 Improve VLOG_STREAM by Alex Light · 5 years ago
  65. b096c91 Correctly perform read-barriers on cross-thread reg access by Alex Light · 5 years ago
  66. b0ce4d2 Change some LOG(DEBUG) to VLOG(plugin) by Alex Light · 5 years ago
  67. b4abe0a Limit visibility of ART libraries, binaries, and headers. by Martin Stjernholm · 5 years ago
  68. b45fc22 Enable plugin VLOG with SetVerboseFlag(JVMTI_VERBOSE_OTHER) by Alex Light · 5 years ago
  69. 07710c5 Reland "Java Heap Profiler for Perfetto." again by Florian Mayer · 5 years ago
  70. fb11957 Fixed issue in structural redefinition around class init by Alex Light · 5 years ago
  71. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  72. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  73. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  74. 284b1b0 Revert "Reland "Java Heap Profiler for Perfetto."" by Lokesh Gidra · 5 years ago
  75. 5a446bd Reland "Java Heap Profiler for Perfetto." by Florian Mayer · 5 years ago
  76. 0054aa5 Have JavaFrameRootInfo give more info about provenance of root. by Alex Light · 5 years ago
  77. 8ea9b37 Use j.l.ThreadGroup class directly for GetThreadGroupInfo by Alex Light · 5 years ago
  78. 72d7e94 Add obsolete object event by Alex Light · 5 years ago
  79. c14ec8f Add resize arrays JVMTI extension by Alex Light · 5 years ago
  80. 60415ae ART: Move DexFileVerifier class to cc file by Andreas Gampe · 5 years ago
  81. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 5 years ago
  82. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 5 years ago
  83. 21d5994 Support using opaque JNI ids by Alex Light · 5 years ago
  84. c5c5186 Avoid decoding jobject under a kGenericBottomLock by Alex Light · 5 years ago
  85. b7c640d JVMTI Force early return by Alex Light · 5 years ago
  86. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 5 years ago
  87. bee2894 FdFile needs close even without any valid FD by Alex Light · 5 years ago
  88. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 5 years ago
  89. 6045bc2 Fix incorrect register-number range check. by Alex Light · 5 years ago
  90. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 5 years ago
  91. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 5 years ago
  92. 639e73b Revert^2 "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 5 years ago
  93. 799e536 Revert "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 5 years ago
  94. 92ed90c Add AddToDexClassloader JVMTI extension functions by Alex Light · 5 years ago
  95. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 5 years ago
  96. 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 5 years ago
  97. 342b694 Fix JVMTI GetStackTrace bug by Alex Light · 5 years ago
  98. 439d126 Add StackVisitor::SetVRegReference(). by Vladimir Marko · 5 years ago
  99. b2a8964 Revert "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 5 years ago
  100. c8c7e06 Correctly handle thread deopt with thread-specific JVMTI events by Alex Light · 5 years ago