1. 8f187c3 Add static asserts we have a full list of mirror classes by Alex Light · 3 years, 7 months ago
  2. af61f50 Reland "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 7 months ago
  3. dbcf4a2 Revert "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 7 months ago
  4. 579db19 Change JNI behavior related to hiddenapi. by Nicolas Geoffray · 3 years, 7 months ago
  5. 85952c1 Revert "Lazily allocate DexCache arrays." am: b9b7d91f5c by Orion Hodson · 3 years, 8 months ago
  6. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 8 months ago
  7. c341045 Lazily allocate DexCache arrays. am: 1214319d27 by David Srbecky · 3 years, 8 months ago
  8. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 3 years, 9 months ago
  9. 52be87a Merge ab/7061308 into stage. by Xin Li · 3 years, 9 months ago
  10. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 3 years, 9 months ago
  11. c7993d5 Rewrite ClassLinker::LinkFields(). by Vladimir Marko · 3 years, 9 months ago
  12. 98873af arm64: Implement VarHandle intrinsics for byte array views. by Vladimir Marko · 3 years, 11 months ago
  13. 56591f8 Validate input of JNI::NewStringUTF(). am: 7dd48b90bd am: a9780402b4 am: b9997cd03e by Vladimir Marko · 4 years ago
  14. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years ago
  15. 7dd48b9 Validate input of JNI::NewStringUTF(). by Vladimir Marko · 4 years ago
  16. 036b070 Rename String.concat() implementation function. by Vladimir Marko · 4 years ago
  17. 7629548 Revert^2 "Improve mirror::String implementation." by Vladimir Marko · 4 years ago
  18. 15efe16 Revert "Improve mirror::String implementation." by chapin · 4 years ago
  19. 0bba8aa Improve mirror::String implementation. by Vladimir Marko · 4 years, 1 month ago
  20. e177bf1 Move String::GetUtfLength() to string-inl.h. by Vladimir Marko · 4 years, 1 month ago
  21. d111cd2 Expose VarHandle::AccessModeTemplate and helpers for compiler by Orion Hodson · 4 years, 2 months ago
  22. 2ff0cb1 Refine VarHandle::GetMethodTypeMatchForAccessMode() by Orion Hodson · 4 years, 2 months ago
  23. 9a2ba0e Clear DexCache MethodTypes and CallSites in ImageWriter. by Vladimir Marko · 4 years, 3 months ago
  24. 79db646 ARM64: VarHandle.Get() intrinsic for static primitive fields. by Vladimir Marko · 4 years, 3 months ago
  25. e3e187f Check if VarHandle access mode is supported. by Andra Danciu · 4 years, 3 months ago
  26. 6aaa49d Inclusive language fixes by Orion Hodson · 4 years, 3 months ago
  27. 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 3 months ago
  28. aacf977 Reword some comments to be more inclusive by Orion Hodson · 4 years, 3 months ago
  29. 90d1b88 Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 5 months ago
  30. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 5 months ago
  31. be68175 Only put resolved classes inside the dex cache. by Nicolas Geoffray · 4 years, 5 months ago
  32. fa915c9 Only put resolved classes inside the dex cache. by Nicolas Geoffray · 4 years, 5 months ago
  33. 0a6063a Clean up Field::CreateFromArtField(). by Vladimir Marko · 4 years, 6 months ago
  34. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 6 months ago
  35. 4ada811 Fix unintended sign-extension. by Vladimir Marko · 4 years, 6 months ago
  36. 4d0f795 Fix unintended sign-extension. by Vladimir Marko · 4 years, 6 months ago
  37. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 6 months ago
  38. b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 4 years, 6 months ago
  39. 9c06d44 Avoid creating preresolved strings array for dex files that have no strings by Mathieu Chartier · 4 years, 7 months ago
  40. adbe2b1 Avoid creating preresolved strings array for dex files that have no strings by Mathieu Chartier · 4 years, 7 months ago
  41. 314faec Fix race condition in GetPreResolvedStrings by Mathieu Chartier · 4 years, 7 months ago
  42. ca1c39a Fix race condition in GetPreResolvedStrings by Mathieu Chartier · 4 years, 7 months ago
  43. a2a5b04 ART: Ensure dex caches keep classloader live by Andreas Gampe · 4 years, 8 months ago
  44. 8947d2a Fix compiling boot image extension with assume-verified. by Vladimir Marko · 4 years, 8 months ago
  45. b68bb7a Fix compiling boot image extension with assume-verified. by Vladimir Marko · 4 years, 8 months ago
  46. 8a1a0f7 ART: Ensure dex caches keep classloader live by Andreas Gampe · 4 years, 8 months ago
  47. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 4 years, 9 months ago
  48. 5e251ea Change j.l.r.Field to use ArtField index instead of dexFileIndex by Alex Light · 4 years, 10 months ago
  49. 2628715 Remove incorrect const qualification on ArrayIter::operator++. by Peter Collingbourne · 4 years, 10 months ago
  50. 3f4041b Add more logging around array sanity checks by Alex Light · 4 years, 10 months ago
  51. 163652e Fix redefinition causing corrupt j.l.r.Field objects by Alex Light · 4 years, 10 months ago
  52. 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 10 months ago
  53. 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 10 months ago
  54. 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 4 years, 11 months ago
  55. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  56. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
  57. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 5 years ago
  58. bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  59. 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  60. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  61. 4e7dd70 Make opaque-jni-ids:swapable more efficient by Alex Light · 5 years ago
  62. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 5 years ago
  63. c47040d Allow structural redefinition on non-final classes. by Alex Light · 5 years ago
  64. e61f16a Add missing WriteBarrier on VisitReflectiveTargets by Alex Light · 5 years ago
  65. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 5 years ago
  66. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 5 years ago
  67. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 5 years ago
  68. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 5 years ago
  69. 4b79501 Remove unused art::mirror::MethodHandle::GetTargetClass by Orion Hodson · 5 years ago
  70. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 5 years ago
  71. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 5 years ago
  72. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 5 years ago
  73. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 5 years ago
  74. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
  75. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  76. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  77. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  78. 40fb15b Fix MethodHandle::GetTargetClass bug by Alex Light · 5 years ago
  79. 422a9eb Do not hold lock when making class visibly initialized. by Vladimir Marko · 5 years ago
  80. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
  81. f367747 Add ability to switch to index ids late. by Alex Light · 5 years ago
  82. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 5 years ago
  83. 70e2a76 Initialize array classes in pre-fence visitor. by Vladimir Marko · 5 years ago
  84. bb5b4f3 Revert "Disable opaque JNI Ids for now." by Alex Light · 5 years ago
  85. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 5 years ago
  86. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 5 years ago
  87. 21d5994 Support using opaque JNI ids by Alex Light · 5 years ago
  88. 3ffb5b1 Handle allocation failure in AddPreResolvedStringsArray by Mathieu Chartier · 5 years ago
  89. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 5 years ago
  90. 991cd5c Add default template args to Heap::Alloc*Object*(). by Vladimir Marko · 5 years ago
  91. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 5 years ago
  92. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  93. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  94. 391be3a ART: Forward-declare AllocatorType (iwyu) by Andreas Gampe · 5 years ago
  95. 3ff45bf ART: Small iwyu by Andreas Gampe · 5 years ago
  96. c6934e3 Avoid some read barriers in ClassTable. by Vladimir Marko · 6 years ago
  97. d355acf Clean up Object size related read barriers. by Vladimir Marko · 6 years ago
  98. 58412b1 ObjPtr<>-ify DexCache. by Vladimir Marko · 6 years ago
  99. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
  100. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 6 years ago