1. 7156ea2 Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem() by zhaoxuyang · 3 years ago
  2. b087bb2 Abort redefinition if we failed to acquire class object by ShuJieWang · 3 years, 2 months ago
  3. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 4 months ago
  4. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 4 months ago
  5. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 4 months ago
  6. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 11 months ago
  7. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 3 years, 4 months ago
  8. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 6 months ago
  9. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 3 years, 6 months ago
  10. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 3 years, 7 months ago
  11. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 10 months ago
  12. 11943fc Move dex file registration in ti_redefine. by David Srbecky · 3 years, 11 months ago
  13. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 11 months ago
  14. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 4 years ago
  15. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years ago
  16. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
  17. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 5 months ago
  18. aacf977 Reword some comments to be more inclusive by Orion Hodson · 4 years, 6 months ago
  19. bf6498e Fix incorrect dex-cache clearing with structural redefinition by Alex Light · 4 years, 6 months ago
  20. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 7 months ago
  21. 16527e8 Preserve JNI bindings across structural redefinition by Alex Light · 4 years, 7 months ago
  22. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  23. 5e251ea Change j.l.r.Field to use ArtField index instead of dexFileIndex by Alex Light · 5 years ago
  24. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  25. 3f0dca1 Ensure IsStructurallyRedefinable takes into account subtypes by Alex Light · 5 years ago
  26. f6c69e5 Fix race resulting in UAF in class-define-pausing by Alex Light · 5 years ago
  27. baf938f Add even more sanity checks to ti_redefine.cc and skips by Alex Light · 5 years ago
  28. 3f4041b Add more logging around array sanity checks by Alex Light · 5 years ago
  29. 163652e Fix redefinition causing corrupt j.l.r.Field objects by Alex Light · 5 years ago
  30. 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 5 years ago
  31. 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 5 years ago
  32. 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 5 years ago
  33. fb53708 Remove class-hierarchy restriction from structural redefinition by Alex Light · 5 years ago
  34. daad67f Fix typo FieldNameAndSignature vs MethodNameAndSignature. by Alex Light · 5 years ago
  35. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  36. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 5 years ago
  37. bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  38. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 5 years ago
  39. 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  40. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  41. 4e7dd70 Make opaque-jni-ids:swapable more efficient by Alex Light · 5 years ago
  42. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 5 years ago
  43. c47040d Allow structural redefinition on non-final classes. by Alex Light · 5 years ago
  44. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  45. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  46. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  47. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 5 years ago
  48. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 5 years ago
  49. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 5 years ago
  50. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 5 years ago
  51. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 5 years ago
  52. d55b844 Add more standard structural redefinition entrypoints by Alex Light · 5 years ago
  53. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 5 years ago
  54. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 5 years ago
  55. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 5 years ago
  56. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 5 years ago
  57. 15ffafd Remove useless return-value from RetransformClassesDirect by Alex Light · 5 years ago
  58. 3732beb Refactor Transform/redefine entrypoints by Alex Light · 5 years ago
  59. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
  60. fb11957 Fixed issue in structural redefinition around class init by Alex Light · 5 years ago
  61. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  62. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  63. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  64. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 6 years ago
  65. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 6 years ago
  66. e7a3354 Handle methods being present in multiple threads correctly by Alex Light · 6 years ago
  67. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  68. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  69. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  70. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  71. 413a8ad Check jclasses are actually classes in ti_redefine. by Alex Light · 6 years ago
  72. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 6 years ago
  73. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  74. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  75. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  76. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  77. 1a65863 Keep pointer to original DexFile during JVMTI redefine for hiddenapi by David Brazdil · 6 years ago
  78. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  79. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  80. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  81. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  82. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  83. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  84. 7b97f75 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
  85. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  86. 6e89776 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  87. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  88. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  89. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
  90. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  91. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  92. d606514 Remove copy and leak of dex data. by Alex Light · 6 years ago
  93. 4ac9ade Move dexdump, dexlist, openjdkjvmti to ClassAccessor by Mathieu Chartier · 6 years ago
  94. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  95. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  96. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 7 years ago
  97. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  98. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  99. 9e7859c Prevent deadlock calling transformation functions in ClassLoad callback. by Alex Light · 7 years ago
  100. 035105f Ensure when NotifyMethodRedefined is called the ArtMethod is valid by Alex Light · 7 years ago