summaryrefslogtreecommitdiff
path: root/dalvik
AgeCommit message (Expand)Author
2021-09-27Rename nativeZygoteJitEnabledHans Boehm
2021-09-27Add Zygotehooks.indefiniteThreadSuspensionOKHans Boehm
2020-06-25Pass in callsite of SurfaceControl constructor explicitly (2/3)Jorim Jaggi
2020-04-22Merge "Preload zone rules in zygote hook" into rvc-devTreeHugger Robot
2020-04-01Preload zone rules in zygote hookNikita Iashchenko
2020-03-27Open access to reportClassLoaderChain as CorePlatformAPICalin Juravle
2020-03-13Reland "libcore: Remove native calls in FileDescriptor <clinit>"Orion Hodson
2020-02-18Reland "Fix shared libraries not being reported"Calin Juravle
2020-02-15Revert "Fix shared libraries not being reported via Reporter"Nicolas Geoffray
2020-02-13Fix shared libraries not being reported via ReporterDan Zimmerman
2020-02-07Introduce BaseDexClassLoader#computeClassLoaderContextsNativeDan Zimmerman
2020-01-23Remove unused UnsupportedAppUsage annotations.Artur Satayev
2020-01-16Use ThreadPrioritySetter to set thread priorityRick Yiu
2020-01-13Merge "Revert "Libcore: Improve BaseDexClassLoader.toString""Treehugger Robot
2020-01-10Revert "Libcore: Improve BaseDexClassLoader.toString"Orion Hodson
2020-01-08Revert "Use ThreadPrioritySetter to set thread priority"Rick Yiu
2020-01-03Use ThreadPrioritySetter to set thread priorityRick Yiu
2019-12-30[libcore][DexPathList] Ensure dexElements doesn't contain null entries in add...Dan Zimmerman
2019-12-11Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-09Fix MethodHandles.explicitCastArguments for transformsOrion Hodson
2019-12-02Add overrideSourcePosition to UnsupportedAppUsage.Mathew Inwood
2019-11-25Pass runtimeFlags to postForkSystemServerMathieu Chartier
2019-11-08Don't change the behavior of findLibraryJiyong Park
2019-10-30[jitzygote] Notify post fork to the runtime before creating new threads.Nicolas Geoffray
2019-10-24Merge "Fix docs to be clearer and more maintainable"Neil Fuller
2019-10-21Move dalvik.system.VersionCodes to dalvik.annotation.compatPaul Duffin
2019-10-18Fix docs to be clearer and more maintainableNeil Fuller
2019-10-11Move native code of ICU4C regex usage into external/icuVictor Chang
2019-10-07Clarify restrictions of @FastNative methodsDaniel Colascione
2019-09-24Add TEST_MAPPINGs for miscellaneous libcore packages.Pete Gillin
2019-09-20Merge "Add @CovariantReturnType annotation to @CorePlatformApi."Treehugger Robot
2019-09-10Don't give up when loader.findLibrary() failsJiyong Park
2019-08-20Add @CovariantReturnType annotation to @CorePlatformApi.Tobias Thierer
2019-07-10Libcore: Improve BaseDexClassLoader.toStringAndreas Gampe
2019-07-02Add trackingBug to heavily used CloseGuard APIs.Mathew Inwood
2019-05-10Add publicAlternatives to @UnsupportedAppUsageAndrei Onea
2019-05-01Add VersionCodes.QDavid Brazdil
2019-04-02Adjust in-memory dex loading logic when backed by oatDavid Brazdil
2019-04-01Provide class loader context to DexFile.verifyInBackgroundDavid Brazdil
2019-04-01Revert^2: Spawn background verification for InMemoryDexClassLoaderDavid Brazdil
2019-04-01Merge "Revert "Spawn background verification for InMemoryDexClassLoader""David Brazdil
2019-04-01Revert "Spawn background verification for InMemoryDexClassLoader"David Brazdil
2019-04-01Merge "Spawn background verification for InMemoryDexClassLoader"David Brazdil
2019-03-29Add VMDebug.setAllocTrackerStackDepth APIMathieu Chartier
2019-03-28Spawn background verification for InMemoryDexClassLoaderDavid Brazdil
2019-03-21Load in-memory dex into a single DexFile/Element objectDavid Brazdil
2019-03-08Add Nullable annotations to DelegateLastClassLoader new API.Nicolas Geoffray
2019-02-04Move CLIENT_PROTOCOL_VERSION to point of useOrion Hodson
2019-01-29Make the ZygoteHooks API more consistentNeil Fuller
2019-01-28Merge "Add DeadReferenceSafe annotation"Hans Boehm