- 037d282 Add compat framework logging to ART by Andrei Onea · 4 years, 2 months ago
- 85b125f Trace integer value for profilebootclasspath by Mathieu Chartier · 4 years, 3 months ago
- 61c71ef [metrics] Dump ArtMetrics on SIGQUIT by Eric Holk · 4 years, 3 months ago
- ae7168e Remove unused image space order argument by Orion Hodson · 4 years, 3 months ago
- f9dbb97 Adjust JIT thread priority post-fork. by Nicolas Geoffray · 4 years, 5 months ago
- f1e1dd1 Enable -Wconversion for thread.cc by Eric Holk · 4 years, 5 months ago
- 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 6 months ago
- b5a0e91 Suppress explicit gc logging in libcore tests by Alex Light · 4 years, 6 months ago
- e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
- 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
- 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
- 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 7 months ago
- 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
- bce6877 Really fix indentation. by Florian Mayer · 4 years, 8 months ago
- 0caa3fd Fix indentation. by Florian Mayer · 4 years, 8 months ago
- 0278b4b Preload perfetto_hprof library in Zygote. by Florian Mayer · 4 years, 8 months ago
- 0972d08 perfetto_hprof: add flag to enable. by Florian Mayer · 4 years, 8 months ago
- 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
- b0c6cb5 Fix logic to find dex2oat. by Nicolas Geoffray · 4 years, 9 months ago
- b04b30c Only allow extra_guardrails for domains that can connect to heapprofd. by Florian Mayer · 4 years, 9 months ago
- c76232e Fix relation between debuggable / JIT zygote. by Nicolas Geoffray · 4 years, 10 months ago
- 2e17cf4 Revert "ART: Conditionally remove loaded-oat-count check" by Nicolas Geoffray · 4 years, 10 months ago
- e5c48f7 Revert "ART: Forbid the zygote to load code outside of system" by Nicolas Geoffray · 4 years, 10 months ago
- 280e6c3 Jit-zygote compiled code isn't debuggable by Alex Light · 4 years, 11 months ago
- b28e304 Clear PreCompiled when we transition to debuggable after zygote fork by Alex Light · 4 years, 10 months ago
- 814b928 Manually add java.io.Buffer private fields to the Core Platform API by Orion Hodson · 5 years ago
- 9f8ead2 Remove support code for native Core Platform API checks by Orion Hodson · 5 years ago
- 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 5 years ago
- b682ea4 Introduce BaseDexClassLoader.computeClassLoaderContextsNative by Dan Zimmerman · 5 years ago
- 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 5 years ago
- fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
- abafbe7 nativebridge: Add PreZygoteFork callback by Lev Rumyantsev · 5 years ago
- 87f3630 runtime: Initialize native bridge in app-zygote by Lev Rumyantsev · 5 years ago
- 46d7b24 Add atrace event for perfetto_hprof init. by Florian Mayer · 5 years ago
- 6ac057f Use boot image extension in the JIT-zygote experiment. by Ulya Trafimovich · 5 years ago
- a3f8129 Make StartDebugger the last thing in InitNonZygoteOrPostFork again by Alex Light · 5 years ago
- 65c18a2 Revert^4 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
- ead89ef Revert^3 "Add spin loop to mutex, overhaul monitor"" by Hans Boehm · 5 years ago
- 3d52abe Revert^2 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
- 145f3c4 [art] Yama LSM isn't mandatory by Dan Zimmerman · 5 years ago
- 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
- abd8f05 Proactively dequicken on debuggable switch. by Alex Light · 5 years ago
- 4ca2f48 Enable JNI ID auto swap on debuggable by Alex Light · 5 years ago
- b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
- e3f775b Address comments from aog/1180224. by Nicolas Geoffray · 5 years ago
- bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
- 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
- 4e7dd70 Make opaque-jni-ids:swapable more efficient by Alex Light · 5 years ago
- 882d414 Use nativePostForkSystemServer for system server profiling by Mathieu Chartier · 5 years ago
- 682715e Set system server package name to "android" when profiling by Calin Juravle · 5 years ago
- 1c5949e libicu_jni needs to be initialized before libopenjdk{d} by Victor Chang · 5 years ago
- d3d00c0 Refactor oat.h. by Vladimir Marko · 5 years ago
- acdb9a3 Plumb @TestApi enforcement policy to runtime. by Artur Satayev · 5 years ago
- ccc7519 Avoid making oat files executable for system server profiling by Mathieu Chartier · 5 years ago
- f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 5 years ago
- ad390fa Use GC exclusion for NotifyStartupCompleted by Mathieu Chartier · 5 years ago
- 65ae669 Add jni libicu_jni library into ART APEX by Victor Chang · 5 years ago
- 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
- c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
- ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
- 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
- c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
- 4090657 Deoptimize boot image when profiling boot class path by Mathieu Chartier · 5 years ago
- c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
- e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
- 07710c5 Reland "Java Heap Profiler for Perfetto." again by Florian Mayer · 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
- 1092bf3 Avoid creating runtime thread pool for system server by Mathieu Chartier · 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 · 6 years ago
- c88c1d0 Fully remove DumpKernelStack. by Elliott Hughes · 5 years ago
- a67daeb Fix race between post fork initialization and JIT. by Nicolas Geoffray · 5 years ago
- f367747 Add ability to switch to index ids late. by Alex Light · 6 years ago
- e0bbab9 ART: Verifier cleanup by Andreas Gampe · 5 years ago
- 672c080 Update Transaction for boot image extension. by Vladimir Marko · 5 years ago
- bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
- 01ecfa1 Refactor Core Plaform API checking by Orion Hodson · 5 years ago
- 7ee607e ART: Fix Runtime::GetStat by Andreas Gampe · 5 years ago
- da40aca Typo fix. by Travis Tynes · 5 years ago
- d84794d ART: Add option to behave fatally on unmarked kThrow by Andreas Gampe · 5 years ago
- 5bef022 [RUNTIME] Ignore signal registration for debugging by randy.jeong · 6 years ago
- 714fad6 Delete tasks when deleting a thread pool. by Nicolas Geoffray · 6 years ago
- 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
- 01fbfbe Avoid useless EncodeArtMethod followed by DecodeArtMethod by Alex Light · 6 years ago
- b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
- 3b29053 Revert "Make sure to delete jni_id_manager_ on shutdown." by Nicolas Geoffray · 6 years ago
- d5d645f Make sure to delete jni_id_manager_ on shutdown. by Alex Light · 6 years ago
- 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
- 0362544 Add a stress test for notifyStartupCompleted by Mathieu Chartier · 6 years ago
- 9c87c02 ART: Reset stats after fork by Andreas Gampe · 6 years ago
- 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 6 years ago
- 8764860 ART: Flag Runtime::Abort to the UnexpectedSignal handler by Andreas Gampe · 6 years ago
- 3e2446b ART: Correctly handle an abort from an unattached thread by Andreas Gampe · 6 years ago
- 4444f1b Add option to identify primary zygote. by Nicolas Geoffray · 6 years ago
- 380f0d8 ART: Conditionally install Dbg class callbacks by Andreas Gampe · 6 years ago
- 54a6d4c Fix missing return when trying to skip threads dump when mutator lock is exclusively held by Brian Carlstrom · 6 years ago
- ba26b51 ART: Skip all-threads dump on abort if locks are held by Andreas Gampe · 6 years ago
- 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 6 years ago
- f41232e Incorporate additional feedback to native JNI checks by Orion Hodson · 6 years ago