summaryrefslogtreecommitdiff
path: root/openjdkjvm
AgeCommit message (Expand)Author
2024-04-23Set test ownerships for ART.Martin Stjernholm
2023-05-22Use C++17's [[maybe_unused]] attribute in ARTStefano Cianciulli
2022-12-12Move NOTICE files to LICENSEOrion Hodson
2022-09-21Make version explicit.Bob Badour
2022-09-01Add missing assert.h and functional includesRyan Prichard
2022-04-05Implement JVM_GetNanoTimeAdjustmentVictor Chang
2022-02-03Remove race on cached thread-name deletionHans Boehm
2022-02-01Update license definitions under art/Colin Cross
2021-11-25Always access Thread state and flags as 32-bit location.Vladimir Marko
2021-05-27Introduce `art::FastExit` to replace all uses of `quick_exit` in ART.Roland Levillain
2021-05-25Improve suspension timeout diagnostic and fix raceHans Boehm
2021-05-07Use `quick_exit` instead of `_exit` (except for error handling).Roland Levillain
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to artBob Badour
2020-10-23Rename ART release APEX to com.android.art.Martin Stjernholm
2020-04-13Don't call exit() while threads may be runningHans Boehm
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMARJiyong Park
2019-12-19Revert submission 1191937-art_apex_availableJoseph Murphy
2019-12-19Use apex_available propertyJiyong Park
2019-09-20Limit visibility of ART libraries, binaries, and headers.Martin Stjernholm
2019-01-18Pass the Java caller's location to OpenNativeLibrary.Nicolas Geoffray
2018-12-18OpenjdkJvm.cc: Add O_CLOEXECNick Kralevich
2018-11-29C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-19ART: Clean up unused using declarationsAndreas Gampe
2018-06-01ObjPtr<>-ify array allocations.Vladimir Marko
2018-05-16Move ArtDexFileLoader to libdexfileDavid Sehr
2018-05-09ART: Move JNI files to runtime/jni/ .Vladimir Marko
2018-02-27Small documentation and stylistic changes.Roland Levillain
2018-01-03ART: Clean up library loadingAndreas Gampe
2017-12-22Extensions to check JNI.Ian Rogers
2017-12-07ART: Replace base/logging with android-base/loggingAndreas Gampe
2017-10-25ART: Depend on libnativehelper headers onlyAndreas Gampe
2017-09-27Run bpfmtDan Willemsen
2017-07-26ART: Move openjdkjvm to art/Andreas Gampe