- bbdc301 Remove old code that isn't relevant anymore. by Nicolas Geoffray · 4 years, 4 months ago
- 8d79968 Remove unused / unimplemented CorePlatformAPI methods. by Nicolas Geoffray · 4 years, 4 months ago
- fa915c9 Only put resolved classes inside the dex cache. by Nicolas Geoffray · 4 years, 5 months ago
- 0a6063a Clean up Field::CreateFromArtField(). by Vladimir Marko · 4 years, 6 months ago
- 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 6 months ago
- d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 6 months ago
- b6f4c79 Clean up Constructor/Method/Field construction. by Vladimir Marko · 4 years, 6 months ago
- edccd3c Retire VMRuntime.doNotInitializeInAot() by Orion Hodson · 4 years, 8 months ago
- 2e17cf4 Revert "ART: Conditionally remove loaded-oat-count check" by Nicolas Geoffray · 4 years, 8 months ago
- eb070f0 Reland "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 8 months ago
- e5c48f7 Revert "ART: Forbid the zygote to load code outside of system" by Nicolas Geoffray · 4 years, 8 months ago
- 0a5cad3 Revert "Revert "Make class loader context fail for unknown class loaders"" by Calin Juravle · 4 years, 9 months ago
- e9818dd Revert "Make class loader context fail for unknown class loaders" by Stefania Halac · 4 years, 9 months ago
- 2d3de3a Make class loader context fail for unknown class loaders by Calin Juravle · 4 years, 9 months ago
- c9fa770 Introduce VMRuntime.isValidClassLoaderContext by Dan Zimmerman · 4 years, 9 months ago
- b682ea4 Introduce BaseDexClassLoader.computeClassLoaderContextsNative by Dan Zimmerman · 4 years, 11 months ago
- f9dfd77 Update VMRuntime.isBootClassPathOnDisk()... by Vladimir Marko · 4 years, 9 months ago
- fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 10 months ago
- f365aff Remove isDebuggerActive native implementation. by Alex Light · 4 years, 10 months ago
- 87f3630 runtime: Initialize native bridge in app-zygote by Lev Rumyantsev · 5 years ago
- a9ff45b Remove TODO from ART by atrost · 4 years, 10 months ago
- 6442eaf Harden hidden api checks. by Andrei Onea · 4 years, 10 months ago
- e30457c Add getNativeTid function by Rick Yiu · 4 years, 10 months ago
- 9406c43 Revert "Harden hidden api checks." by Andrei-Valentin Onea · 4 years, 10 months ago
- 3bf5163 Harden hidden api checks. by Andrei Onea · 4 years, 10 months ago
- fab7208 Pipe disabled compat changes to runtime through zygote. by atrost · 5 years ago
- 20b7a9b Fix Missing ReflectiveHandleScope in Class_newInstance by Alex Light · 5 years ago
- 0aa0206 Add resetJitCounters by Mathieu Chartier · 5 years ago
- 882d414 Use nativePostForkSystemServer for system server profiling by Mathieu Chartier · 5 years ago
- acdb9a3 Plumb @TestApi enforcement policy to runtime. by Artur Satayev · 5 years ago
- de05550 Use ClassStatus::kVisiblyInitialized in reflection. by Vladimir Marko · 5 years ago
- 07710c5 Reland "Java Heap Profiler for Perfetto." again by Florian Mayer · 5 years ago
- 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
- 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
- c971eaf Basic structural redefinition support by Alex Light · 5 years ago
- 284b1b0 Revert "Reland "Java Heap Profiler for Perfetto."" by Lokesh Gidra · 5 years ago
- 5a446bd Reland "Java Heap Profiler for Perfetto." by Florian Mayer · 5 years ago
- 8f70b96 Revert "Java Heap Profiler for Perfetto." by Andreas Gampe · 5 years ago
- adf49d4 Java Heap Profiler for Perfetto. by Florian Mayer · 5 years ago
- a67daeb Fix race between post fork initialization and JIT. by Nicolas Geoffray · 5 years ago
- bfcea3d Jit-zygote: Postpone pre-compilation until boot is completed. by David Srbecky · 5 years ago
- 38a062e Weaken 2 DCHECK()s in reflection. by Vladimir Marko · 5 years ago
- 7ee607e ART: Fix Runtime::GetStat by Andreas Gampe · 5 years ago
- 5bef022 [RUNTIME] Ignore signal registration for debugging by randy.jeong · 5 years ago
- 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 5 years ago
- 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
- 9ac09ee jitzygote: compile system server methods at boot. by Nicolas Geoffray · 6 years ago
- 0d54cfb jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 6 years ago
- b74f307 ART: IWYU for HiddenApi domain by Andreas Gampe · 6 years ago
- 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 6 years ago
- 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 6 years ago
- ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 6 years ago
- c2f4357 Add native counterpart for VMRuntime.setProcessDataDirectory by David Brazdil · 6 years ago
- 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
- 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
- 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
- 9ef308d ART: Forbid the zygote to load code outside of system by Andreas Gampe · 6 years ago
- b4bb63a Revert "Verify InMemoryDexClassLoader classes in a background thread" by David Brazdil · 6 years ago
- d592dbe Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
- 0a20607 Remove ART dependence on property debug.allocTracker.stackDepth by Mathieu Chartier · 6 years ago
- b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 6 years ago
- 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
- 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
- 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 6 years ago
- 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 6 years ago
- 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
- 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
- 7458291 Open in-memory dex files into a single DexFile object by David Brazdil · 6 years ago
- f57f7d4 Change registerNativeAllocation to long argument by Hans Boehm · 6 years ago
- 3383f9c ART: Conditionally remove loaded-oat-count check by Andreas Gampe · 6 years ago
- ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 6 years ago
- 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 6 years ago
- e095c91 ART: Cache Runtime* in nativePostForkChild by Andreas Gampe · 6 years ago
- 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 6 years ago
- 175ce3d Add callback for notifying that startup is completed by Mathieu Chartier · 6 years ago
- de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
- 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
- 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 6 years ago
- a88abfa Add feature flag for loading app image startup cache by Mathieu Chartier · 6 years ago
- 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 6 years ago
- 1a04148 Fix bug in InMemoryDexClassLoader loading by David Brazdil · 6 years ago
- e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
- fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
- 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
- 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
- 4eebb0e Remove Trace.Pause/Resume. by Nicolas Geoffray · 6 years ago
- c220f98 Change GC triggering to use mallinfo() by Hans Boehm · 6 years ago
- afc60cd Cleanup native debug interface api. by David Srbecky · 6 years ago
- a9a0973 Merge "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
- d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
- ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 6 years ago
- 8b751c5 ART: Move EnableDebugger to frameworks by Orion Hodson · 6 years ago
- c9de61c Revert^2 "Refactor code around JIT creation." by Nicolas Geoffray · 6 years ago
- 763cd98 Revert "Refactor code around JIT creation." by Andreas Gampe · 6 years ago
- 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 6 years ago
- 54c7da9 Merge changes Idc6e518c,Ia1cc0506 by David Brazdil · 6 years ago
- bf86464 Merge "EnableDebugger: handle the case when hard RLIMIT_CORE is <inf." by Nicolas Geoffray · 6 years ago
- 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
- 2b6b3e5 EnableDebugger: handle the case when hard RLIMIT_CORE is <inf. by Evgenii Stepanov · 6 years ago
- f50ac10 Simplify hidden_api.h logic by David Brazdil · 6 years ago