1. 1ee0290 Fix use-after-free issue for dexfile by Guo Li · 2 years, 6 months ago
  2. 116a26a Migrate Buffer peek*Array methods to art/ by Miguel · 2 years, 9 months ago
  3. 8671f58 Add a separate path for MethodHandle invokeExact from transforms by Orion Hodson · 2 years, 10 months ago
  4. 818e872 Only return the vdex file as an optimization file when we don't use the oat file. by Nicolas Geoffray · 2 years, 11 months ago
  5. b08e115 MethodHandles: change asType() / invoke() implementation by Orion Hodson · 3 years ago
  6. 8d011c7 Restrict addressOf() API to non-movable primitive arrays by Lokesh Gidra · 3 years, 1 month ago
  7. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 1 month ago
  8. 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 1 month ago
  9. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
  10. cdf6c49 Revert^2 "OpenJDK 11: Add String.repeat()" by Orion Hodson · 3 years, 2 months ago
  11. 91c795f Adding Unsafe.copyMemory for arrays by Sorin Basca · 3 years, 2 months ago
  12. aa4024c Removing copy with primitive arrays in Unsafe by Sorin Basca · 3 years, 2 months ago
  13. b6bb603 Fix linting issues in Unsafe native by Sorin Basca · 3 years, 2 months ago
  14. 48fb9f4 Revert "OpenJDK 11: Add String.repeat()" by Orion Hodson · 3 years, 2 months ago
  15. ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 2 months ago
  16. 3ff9223 Revert "Revert^4 "Use cpplint.py from repohooks"" by Orion Hodson · 3 years, 2 months ago
  17. 0a12631 Revert^4 "Use cpplint.py from repohooks" by Orion Hodson · 3 years, 2 months ago
  18. c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 3 months ago
  19. d1da3ae OpenJDK 11: Add String.repeat() by Nikita Iashchenko · 3 years, 2 months ago
  20. 633ac3c Adding Class.getDeclaredFields to unstarted runtime by Sorin Basca · 3 years, 3 months ago
  21. 507cf90 Adding get/put and compare-and-set methods to Unsafe by Sorin Basca · 3 years, 3 months ago
  22. 0069ad7 OpenJDK 11: Adding Unsafe new intrinsics for AtomicIntegerFieldUpdater by Sorin Basca · 3 years, 3 months ago
  23. 2f01e8e Copying sun.misc.Unsafe to jdk.internal.misc by Sorin Basca · 3 years, 6 months ago
  24. dc26639 Revert "Revert^2 "Use cpplint.py from repohooks"" by Yuri Lin · 3 years, 3 months ago
  25. c178495 Revert^2 "Use cpplint.py from repohooks" by Orion Hodson · 3 years, 3 months ago
  26. ea55f3d Change only_use_system_oat_files_ logic. by Nicolas Geoffray · 3 years, 4 months ago
  27. af5fc45 Revert "Use cpplint.py from repohooks" by Paul Hadfield · 3 years, 3 months ago
  28. 145f969 Use cpplint.py from repohooks by Colin Cross · 3 years, 3 months ago
  29. 6e45817 [art] Add GetPreOomeGcCount API by Sekyeong Heo · 3 years, 4 months ago
  30. 09bfdf1 Rewrite UTF-8 encoding. by Vladimir Marko · 3 years, 5 months ago
  31. 91d3649 Fix trailing surrogate validation. by Vladimir Marko · 3 years, 5 months ago
  32. e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
  33. 1792c6f Add -XX:ForceJavaZygoteForkLoop flag by Hans Boehm · 3 years, 6 months ago
  34. c2753e6 Fix compiler filter / reason reporting and add the ISA to the metrics by Calin Juravle · 3 years, 6 months ago
  35. 094b1cf odrefresh: enable loading of system_server image files by Orion Hodson · 3 years, 7 months ago
  36. beb9f20 Consider the size of the reference profile when assessing IsFirstSave by Calin Juravle · 3 years, 7 months ago
  37. 09eacd9 Setup ART experiments infra by Calin Juravle · 3 years, 7 months ago
  38. e8efdaa Revert "Remove stack protector from some interpreter functions" by Christian Wailes · 3 years, 7 months ago
  39. d196f66 Rename setters to conform Android API guidelines by Nikita Iashchenko · 3 years, 8 months ago
  40. abe7c69 Remove stack protector from some interpreter functions by Chris Wailes · 3 years, 8 months ago
  41. 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 3 years, 7 months ago
  42. 3ddf4d4 Update registerAppInfo signatures to accomodate more data. by Calin Juravle · 3 years, 8 months ago
  43. b1db5a1 [art] Add GetObjectsAllocated and TotalTimeWaitingForGc APIs by Sekyeong Heo · 4 years ago
  44. 5c4d0df Revert^2 "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 8 months ago
  45. 0bc9bef Allow apps to be profileable by trusted system services. by Florian Mayer · 3 years, 8 months ago
  46. afff758 Revert "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 8 months ago
  47. 6d5a49c Solidify GC triggering and reporting by Hans Boehm · 3 years, 10 months ago
  48. 525fa42 Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."" by Nicolas Geoffray · 3 years, 8 months ago
  49. 656fdcd Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." by David Srbecky · 3 years, 8 months ago
  50. c8fe651 Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. by Nicolas Geoffray · 3 years, 9 months ago
  51. 9bc364b Support background verification of secondary dex files. by Nicolas Geoffray · 3 years, 9 months ago
  52. 09108b2 Also look for boot classpath files in DexFile_getDexFileOutputPaths. by Nicolas Geoffray · 3 years, 9 months ago
  53. b6c0e73 Remove some methods from DdmVmInternal. by Nicolas Geoffray · 4 years ago
  54. 55a45f3 Fix indentation in Field.get() by Lokesh Gidra · 3 years, 10 months ago
  55. 3a8d7c2 Return null for PhantomReference.referent in Field_get() by Lokesh Gidra · 3 years, 10 months ago
  56. ae7c8da Add nativeZygoteJitEnabled by Hans Boehm · 3 years, 11 months ago
  57. 09efc16 Revert "Remove obsolete TestApiEnforcementPolicy." by satayev · 3 years, 10 months ago
  58. 8dcdd47 Handle Reference-type object in Field_get() by Lokesh Gidra · 3 years, 10 months ago
  59. d4ff5bb Remove dalvik-pruning APIs by Calin Juravle · 3 years, 11 months ago
  60. c7ac91b [metrics] Report some ART metadata by Eric Holk · 3 years, 11 months ago
  61. d8b153b Remove obsolete TestApiEnforcementPolicy. by Artur Satayev · 4 years ago
  62. 755b533 Add newStringFromUtf8Bytes native implementation. by Rock.Yeh · 4 years ago
  63. fff1d8f Fix incorrect image pointer size for unstarted runtime by liulvping · 4 years ago
  64. 5ff2393 Remove stripped-apk related logic from CLC by Calin Juravle · 4 years, 1 month ago
  65. d259ffb Disable VMRuntime_preloadDexCaches by David Srbecky · 4 years, 1 month ago
  66. 037d282 Add compat framework logging to ART by Andrei Onea · 4 years, 1 month ago
  67. a5c1a82 Implement Reference.refersTo() by Hans Boehm · 4 years, 2 months ago
  68. 036b070 Rename String.concat() implementation function. by Vladimir Marko · 4 years, 2 months ago
  69. 645083c Revert^2 "Improve libcore_util_CharsetUtils performance." by Vladimir Marko · 4 years, 2 months ago
  70. 31f5dd4 Revert "Improve libcore_util_CharsetUtils performance." by chapin · 4 years, 2 months ago
  71. b3dfff7 Improve libcore_util_CharsetUtils performance. by Vladimir Marko · 4 years, 3 months ago
  72. fd06107 Remove unused code from dalvik.system.VMDebug. by Nicolas Geoffray · 4 years, 3 months ago
  73. 5cdd368 Revert "Add getNativeTid function" by Rick Yiu · 4 years, 3 months ago
  74. 7f8a7f2 Remove unused CorePlatformAPI methods. by Nicolas Geoffray · 4 years, 3 months ago
  75. 8a8e1c5 Increase region space statistics about allocSize of Heap by zhang chuang · 4 years, 6 months ago
  76. 7992467 Rename meta-reflection changeid by Andrei Onea · 4 years, 5 months ago
  77. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
  78. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
  79. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
  80. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  81. bbdc301 Remove old code that isn't relevant anymore. by Nicolas Geoffray · 4 years, 6 months ago
  82. 8d79968 Remove unused / unimplemented CorePlatformAPI methods. by Nicolas Geoffray · 4 years, 6 months ago
  83. fa915c9 Only put resolved classes inside the dex cache. by Nicolas Geoffray · 4 years, 7 months ago
  84. 0a6063a Clean up Field::CreateFromArtField(). by Vladimir Marko · 4 years, 8 months ago
  85. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  86. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 8 months ago
  87. b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 4 years, 8 months ago
  88. edccd3c Retire VMRuntime.doNotInitializeInAot() by Orion Hodson · 4 years, 10 months ago
  89. 2e17cf4 Revert "ART: Conditionally remove loaded-oat-count check" by Nicolas Geoffray · 4 years, 10 months ago
  90. eb070f0 Reland "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 10 months ago
  91. e5c48f7 Revert "ART: Forbid the zygote to load code outside of system" by Nicolas Geoffray · 4 years, 10 months ago
  92. 0a5cad3 Revert "Revert "Make class loader context fail for unknown class loaders"" by Calin Juravle · 4 years, 11 months ago
  93. e9818dd Revert "Make class loader context fail for unknown class loaders" by Stefania Halac · 4 years, 11 months ago
  94. 2d3de3a Make class loader context fail for unknown class loaders by Calin Juravle · 4 years, 11 months ago
  95. c9fa770 Introduce VMRuntime.isValidClassLoaderContext by Dan Zimmerman · 5 years ago
  96. b682ea4 Introduce BaseDexClassLoader.computeClassLoaderContextsNative by Dan Zimmerman · 5 years ago
  97. f9dfd77 Update VMRuntime.isBootClassPathOnDisk()... by Vladimir Marko · 5 years ago
  98. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  99. f365aff Remove isDebuggerActive native implementation. by Alex Light · 5 years ago
  100. 87f3630 runtime: Initialize native bridge in app-zygote by Lev Rumyantsev · 5 years ago