summaryrefslogtreecommitdiff
path: root/runtime/native
AgeCommit message (Expand)Author
2022-02-02Only return the vdex file as an optimization file when we don't use the oat f... Nicolas Geoffray
2022-01-17MethodHandles: change asType() / invoke() implementation Orion Hodson
2021-12-04Restrict addressOf() API to non-movable primitive arrays Lokesh Gidra
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2021-11-24Replace the nterp threshold with the warmup threshold. Nicolas Geoffray
2021-11-10Reland "Change hotness counting." Nicolas Geoffray
2021-11-05Revert^2 "OpenJDK 11: Add String.repeat()" Orion Hodson
2021-11-03Adding Unsafe.copyMemory for arrays Sorin Basca
2021-11-03Removing copy with primitive arrays in Unsafe Sorin Basca
2021-11-03Fix linting issues in Unsafe native Sorin Basca
2021-10-27Revert "OpenJDK 11: Add String.repeat()" Orion Hodson
2021-10-26Revert "Change hotness counting." Vladimir Marko
2021-10-21Revert "Revert^4 "Use cpplint.py from repohooks"" Orion Hodson
2021-10-21Revert^4 "Use cpplint.py from repohooks" Orion Hodson
2021-10-20Change hotness counting. Nicolas Geoffray
2021-10-20OpenJDK 11: Add String.repeat() Nikita Iashchenko
2021-10-11Adding Class.getDeclaredFields to unstarted runtime Sorin Basca
2021-10-08Adding get/put and compare-and-set methods to Unsafe Sorin Basca
2021-10-05OpenJDK 11: Adding Unsafe new intrinsics for AtomicIntegerFieldUpdater Sorin Basca
2021-09-24Copying sun.misc.Unsafe to jdk.internal.misc Sorin Basca
2021-09-22Revert "Revert^2 "Use cpplint.py from repohooks"" Yuri Lin
2021-09-22Revert^2 "Use cpplint.py from repohooks" Orion Hodson
2021-09-22Change only_use_system_oat_files_ logic. Nicolas Geoffray
2021-09-22Revert "Use cpplint.py from repohooks" Paul Hadfield
2021-09-22Use cpplint.py from repohooks Colin Cross
2021-09-13[art] Add GetPreOomeGcCount API Sekyeong Heo
2021-07-22Rewrite UTF-8 encoding. Vladimir Marko
2021-07-19Fix trailing surrogate validation. Vladimir Marko
2021-07-13Remove mterp. Nicolas Geoffray
2021-07-01Add -XX:ForceJavaZygoteForkLoop flag Hans Boehm
2021-07-01Fix compiler filter / reason reporting and add the ISA to the metrics Calin Juravle
2021-06-09odrefresh: enable loading of system_server image files Orion Hodson
2021-06-08Consider the size of the reference profile when assessing IsFirstSave Calin Juravle
2021-06-03Setup ART experiments infra Calin Juravle
2021-05-27Revert "Remove stack protector from some interpreter functions" Christian Wailes
2021-05-26Rename setters to conform Android API guidelines Nikita Iashchenko
2021-05-25Remove stack protector from some interpreter functions Chris Wailes
2021-05-25Improve suspension timeout diagnostic and fix race Hans Boehm
2021-05-20Update registerAppInfo signatures to accomodate more data. Calin Juravle
2021-05-13[art] Add GetObjectsAllocated and TotalTimeWaitingForGc APIs Sekyeong Heo
2021-04-30Revert^2 "Solidify GC triggering and reporting" Hans Boehm
2021-04-29Allow apps to be profileable by trusted system services. Florian Mayer
2021-04-29Revert "Solidify GC triggering and reporting" Hans Boehm
2021-04-23Solidify GC triggering and reporting Hans Boehm
2021-04-19Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBe... Nicolas Geoffray
2021-04-17Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." David Srbecky
2021-04-15Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. Nicolas Geoffray
2021-03-31Support background verification of secondary dex files. Nicolas Geoffray
2021-03-29Also look for boot classpath files in DexFile_getDexFileOutputPaths. Nicolas Geoffray
2021-03-12Remove some methods from DdmVmInternal. Nicolas Geoffray