1. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 4 years, 10 months ago
  2. c47040d Allow structural redefinition on non-final classes. by Alex Light · 4 years, 10 months ago
  3. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  4. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  5. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 4 years, 10 months ago
  6. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 4 years, 10 months ago
  7. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 4 years, 11 months ago
  8. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 4 years, 10 months ago
  9. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 4 years, 10 months ago
  10. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 4 years, 10 months ago
  11. d55b844 Add more standard structural redefinition entrypoints by Alex Light · 5 years ago
  12. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 5 years ago
  13. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 5 years ago
  14. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 5 years ago
  15. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 5 years ago
  16. 15ffafd Remove useless return-value from RetransformClassesDirect by Alex Light · 5 years ago
  17. 3732beb Refactor Transform/redefine entrypoints by Alex Light · 5 years ago
  18. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
  19. fb11957 Fixed issue in structural redefinition around class init by Alex Light · 5 years ago
  20. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  21. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  22. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  23. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 5 years ago
  24. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 5 years ago
  25. e7a3354 Handle methods being present in multiple threads correctly by Alex Light · 5 years ago
  26. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 5 years ago
  27. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 5 years ago
  28. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  29. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  30. 413a8ad Check jclasses are actually classes in ti_redefine. by Alex Light · 6 years ago
  31. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 6 years ago
  32. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  33. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  34. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  35. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  36. 1a65863 Keep pointer to original DexFile during JVMTI redefine for hiddenapi by David Brazdil · 6 years ago
  37. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  38. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  39. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  40. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  41. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  42. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  43. 7b97f75 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
  44. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  45. 6e89776 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  46. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  47. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  48. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
  49. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  50. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  51. d606514 Remove copy and leak of dex data. by Alex Light · 6 years ago
  52. 4ac9ade Move dexdump, dexlist, openjdkjvmti to ClassAccessor by Mathieu Chartier · 6 years ago
  53. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  54. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  55. 5924a4a Move String::SizeOf<> to string.h . by Vladimir Marko · 6 years ago
  56. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 6 years ago
  57. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  58. 9e7859c Prevent deadlock calling transformation functions in ClassLoad callback. by Alex Light · 6 years ago
  59. 035105f Ensure when NotifyMethodRedefined is called the ArtMethod is valid by Alex Light · 7 years ago
  60. e34fe44 Ensure redefinition does not break breakpoint deoptimization by Alex Light · 7 years ago
  61. 64e4c14 Refactor JVMTI ClassFileLoadHook handling by Alex Light · 7 years ago
  62. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  63. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  64. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  65. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  66. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  67. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  68. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  69. af0e7d8 Merge "Don't notify jit of non-invokable methods being redefined." by Alex Light · 7 years ago
  70. abbc4bc Don't notify jit of non-invokable methods being redefined. by Alex Light · 7 years ago
  71. 5333061 Ensure that soft-verification doesn't fail class redefinition. by Alex Light · 7 years ago
  72. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  73. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  74. 06c42a5 ART: Move openjdkjvmti to art/ by Andreas Gampe · 7 years ago[Renamed from runtime/openjdkjvmti/ti_redefine.cc]
  75. 7f14c2e Merge "tools: art script fix for spuriously creating "{arm,arm64,mips,mips64,x86,x86_64}" directory" by Treehugger Robot · 7 years ago