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