summaryrefslogtreecommitdiff
path: root/runtime/java_vm_ext.cc
AgeCommit message (Expand)Author
2016-08-11Add basic runtime-plugins support. Alex Light
2016-06-20ART: Use null for the BootClassLoader in LoadLibrary Andreas Gampe
2016-06-13Revert "Revert "Revert "Revert "Revert "Revert some flaky unloading""""" Alex Light
2016-06-08Revert "Revert "Revert "Revert "Revert some flaky unloading"""" Alex Light
2016-06-08Revert "Revert "Revert "Revert some flaky unloading""" Alex Light
2016-06-07Revert "Revert "Revert some flaky unloading"" Nicolas Geoffray
2016-06-06Revert "Revert some flaky unloading" Alex Light
2016-05-10Revert some flaky unloading Mathieu Chartier
2016-05-10Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" Mathieu Chartier
2016-05-09Initialize native loader before starting runtime Dimitry Ivanov
2016-05-09Revert "Revert "Revert "(dl)Close native libraries on unload""" Nicolas Geoffray
2016-05-05Revert "Revert "(dl)Close native libraries on unload"" Mathieu Chartier
2016-05-05Merge "Revert "(dl)Close native libraries on unload"" Nicolas Geoffray
2016-05-05Revert "(dl)Close native libraries on unload" Nicolas Geoffray
2016-05-04Merge "(dl)Close native libraries on unload" Treehugger Robot
2016-05-04(dl)Close native libraries on unload Dimitry Ivanov
2016-05-02Reset NativeLoader on DestroyJavaVM Dimitry Ivanov
2016-04-25Initialize native loader on JNI_CreateJavaVM Dimitry Ivanov
2016-03-04Add more systracing everywhere Mathieu Chartier
2016-02-26Simplify LoadNativeLibrary() Dimitry Ivanov
2015-12-19Use shared namespaces for bundled apps Dimitry Ivanov
2015-12-10Use isolated namespaces for app native libs Dmitriy Ivanov
2015-12-01Revert "Change LoadNativeLibrary to use GetOrCreateAllocator" Mathieu Chartier
2015-11-30Change LoadNativeLibrary to use GetOrCreateAllocator Mathieu Chartier
2015-11-13Fix class unloading with the CC collector. Hiroshi Yamauchi
2015-09-28Don't unload shared libraries for null class loader. Mathieu Chartier
2015-09-25Call JNI_OnUnload when class loaders get collected Mathieu Chartier
2015-09-17Allow null self only in DecodeWeakGlobalDuringShutdown(). Hiroshi Yamauchi
2015-09-08Allow null current thread in jni weak ref decode during shutdown. Hiroshi Yamauchi
2015-09-04Make class loaders weak roots Mathieu Chartier
2015-09-03Address some leftover comments Mathieu Chartier
2015-09-03Add ScopedThreadSuspension Mathieu Chartier
2015-09-03Some fixes for the CC collector. Hiroshi Yamauchi
2015-09-01Enable lockless decoding of weak globals Mathieu Chartier
2015-08-31Revert "Revert "Change dex caches to be weak roots"" Mathieu Chartier
2015-08-28Revert "Change dex caches to be weak roots" Brian Carlstrom
2015-08-25Change dex caches to be weak roots Mathieu Chartier
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-07-14Clean up GC callbacks to be virtual methods Mathieu Chartier
2015-07-13Thread-local mark stacks for the CC collector. Hiroshi Yamauchi
2015-06-30ART: Remove bad FindSymbol call Andreas Gampe
2015-06-04Add atrace calls to runtime start and heap create Richard Uhler
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-27Fix updating of JNI references for String.<init>. Jeff Hao
2015-04-06Refactor and improve GC root handling Mathieu Chartier
2015-03-23RTLD_LAZY is not supported, use RTLD_NOW instead. Dmitriy Ivanov
2015-03-23Add paths to apk!lib/<abi> to LD_LIBRARY_PATH Dmitriy Ivanov
2015-03-10Remove ThrowLocation. Nicolas Geoffray
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray