- ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 2 months ago
- c3e004d Revert "Turn off cross-dex inlining while we take a look at 207329152" by Santiago Aboy Solanes · 3 years, 2 months ago
- 3b1b216 Revert^2 "MethodHandle composability fix" by Orion Hodson · 3 years, 2 months ago
- 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 2 months ago
- 6ed5c4f Revert "MethodHandle composability fix" by Ulyana Trafimovich · 3 years, 2 months ago
- 4d52715 Revert^2 "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 2 months ago
- 68b18d2 MethodHandle composability fix by Orion Hodson · 3 years, 2 months ago
- 02e0eb7 Revert "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 2 months ago
- 0a74d27 Add a "broken test ART APEX" Soong module. by Roland Levillain · 3 years, 4 months ago
- 4b8ea5d Pass OatDexFile by reference in FindDexCache by Santiago Aboy Solanes · 3 years, 2 months ago
- c17656b JNI: Rewrite locking for synchronized methods. by Vladimir Marko · 3 years, 2 months ago
- bd9e323 Disable JIT GC when JitAtFirstUse is enabled by Mythri Alle · 3 years, 2 months ago
- 494df0d Improve logging for GetResolvedMethod's failing to get an inlined_method by Santiago Aboy Solanes · 3 years, 2 months ago
- 519ff8b Revert "Support calling entry / exit hooks from JIT code for non-debuggable" by Mythri Alle · 3 years, 2 months ago
- 23cf32f JNI: Faster mutator locking during transition. by Vladimir Marko · 3 years, 2 months ago
- bd95682 Support calling entry / exit hooks from JIT code for non-debuggable by Mythri Alle · 3 years, 2 months ago
- 409d1db Add more checks in FaultHandler. by Nicolas Geoffray · 3 years, 2 months ago
- 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 3 years, 2 months ago
- 9575c12 Revert^2 "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
- 3fa6e46 Add Math.fma (double & float versions) intrinsics for arm64 by Nikita Iashchenko · 3 years, 4 months ago
- cb8f8c1 Revert "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
- afae11f Refactor code using the marking register in nterp. by Nicolas Geoffray · 3 years, 2 months ago
- bc89367 Minor refactoring of `ClassLinker::LinkMethods()`. by Vladimir Marko · 3 years, 2 months ago
- 6545ee3 Support Math.fma Intrinsic for x86 and x86_64 by Shalini Salomi Bodapati · 3 years, 3 months ago
- a0232ad Add .bss support for inlining across dexfiles within Oat by Santiago Aboy Solanes · 3 years, 2 months ago
- 21ef5a8 Cleanup the code to determine instrumentation level by Mythri Alle · 3 years, 3 months ago
- d3cc4fc OpenJDK 11: Merging in java.lang.String (lines() method) by Nikita Iashchenko · 3 years, 3 months ago
- 50df1e2 OpenJDK 11: Merging in java.lang.String (isBlank() method) by Nikita Iashchenko · 3 years, 3 months ago
- 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
- 66982ad OpenJDK 11: Merging in java.lang.String (strip* methods) by Nikita Iashchenko · 3 years, 3 months ago
- 970ba21 Inline across dex files for compiler options' non-BCP methods by Santiago Aboy Solanes · 3 years, 3 months ago
- e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 3 years, 3 months ago
- 02e3be0 Make art_test_common_defaults inherit art_defaults. by Martin Stjernholm · 3 years, 3 months ago
- b747b7a Move the bionic_libc_platform_headers dependency to where it is used. by Martin Stjernholm · 3 years, 3 months ago
- dc7f139 Refactor libart_runtime_headers_ndk to a header lib also used by libart itself. by Martin Stjernholm · 3 years, 3 months ago
- 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 3 years, 3 months ago
- cc76459 Modified revert of "Add couple DexCache read-barriers." by David Srbecky · 3 years, 3 months ago
- ad33392 JNI: Rewrite read barrier slow path. by Vladimir Marko · 3 years, 3 months ago
- cdf6c49 Revert^2 "OpenJDK 11: Add String.repeat()" by Orion Hodson · 3 years, 3 months ago
- 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 3 years, 3 months ago
- 968c813 Avoid redundant strlen for shorty names by Jared Duke · 3 years, 3 months ago
- 91c795f Adding Unsafe.copyMemory for arrays by Sorin Basca · 3 years, 3 months ago
- aa4024c Removing copy with primitive arrays in Unsafe by Sorin Basca · 3 years, 3 months ago
- b6bb603 Fix linting issues in Unsafe native by Sorin Basca · 3 years, 3 months ago
- 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 3 years, 3 months ago
- fa66389 Inline ResolveMethod and ResolveField in nterp by David Srbecky · 3 years, 3 months ago
- ee6c1b1 Update entrypoint_utils check method -> other_method by Santiago Aboy Solanes · 3 years, 3 months ago
- 295ed5a Update bug no. associated with TODOs for failing standalone ART gtests. by Roland Levillain · 3 years, 3 months ago
- 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 3 years, 3 months ago
- e43aa3f Revert^2 "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 3 years, 3 months ago
- 808d8cc Assign lower level to Small IRT table lock by Hans Boehm · 3 years, 3 months ago
- 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 3 years, 3 months ago
- 8cb989f Revert "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 3 years, 3 months ago
- 7cd509c Include BuildId in native stack dump. by David Srbecky · 3 years, 3 months ago
- 4dcac36 Initially allocate smaller local IRT by Hans Boehm · 3 years, 4 months ago
- 48fb9f4 Revert "OpenJDK 11: Add String.repeat()" by Orion Hodson · 3 years, 3 months ago
- ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 3 months ago
- 9c924e8 Add support to place shared libraries after the dex path by Brad Stenning · 3 years, 3 months ago
- d690f8a Inline across dex files for bootclaspath's methods by Santiago Aboy Solanes · 3 years, 4 months ago
- fd846c5 Remove all support for Brooks read barrier. by Vladimir Marko · 3 years, 3 months ago
- 3ff9223 Revert "Revert^4 "Use cpplint.py from repohooks"" by Orion Hodson · 3 years, 3 months ago
- 0a12631 Revert^4 "Use cpplint.py from repohooks" by Orion Hodson · 3 years, 3 months ago
- c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 4 months ago
- d1da3ae OpenJDK 11: Add String.repeat() by Nikita Iashchenko · 3 years, 3 months ago
- 8c63ce2 Allow PROT_EXEC on the zygote mappings when falling back to ashmem by Nicolas Geoffray · 3 years, 3 months ago
- 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 3 years, 3 months ago
- 2ca0900 Revert "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 3 years, 3 months ago
- 64d6e18 JNI: Remove `JniMethodFast{Start,End}()`. by Vladimir Marko · 3 years, 3 months ago
- bf19869 Tolerate not having access or failing to read apex-info-list.xml. by Nicolas Geoffray · 3 years, 3 months ago
- ebf496f Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file by Jiakai Zhang · 3 years, 3 months ago
- 0d0d91a Remove unneeded checks. by Nicolas Geoffray · 3 years, 3 months ago
- fcef77b Add debug printing for MTE signal codes. by Evgenii Stepanov · 3 years, 3 months ago
- 0651ccc Ignore PC/SP contents in SEGV_MTEAERR faults. by Evgenii Stepanov · 3 years, 3 months ago
- c29b49e Do not run background verification on unknown class loaders. by Nicolas Geoffray · 3 years, 3 months ago
- d816eab Fix calculation of bytes allocated since last gc by Fujiang Wang · 3 years, 4 months ago
- a8d998f fix the redundant dependencies validation in fast verify by Yang Tianping · 3 years, 3 months ago
- bc6944b Remove useless test. by Nicolas Geoffray · 3 years, 3 months ago
- 633ac3c Adding Class.getDeclaredFields to unstarted runtime by Sorin Basca · 3 years, 4 months ago
- 492649b Clean up #includes in `hidden_api.h`. by Vladimir Marko · 3 years, 3 months ago
- d95a1f2 Inline IRT frame push/pop into JNI stubs. by Vladimir Marko · 3 years, 10 months ago
- b0cc592 With mainline, classes in the boot classpath that hard fail can happen. by Nicolas Geoffray · 3 years, 4 months ago
- 507cf90 Adding get/put and compare-and-set methods to Unsafe by Sorin Basca · 3 years, 4 months ago
- 4d29efc Remove unused fields in Thread. by Nicolas Geoffray · 3 years, 3 months ago
- f9e82e5 Loosen class status check after resolving. by Vladimir Marko · 3 years, 4 months ago
- 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 4 months ago
- ce8198e Pass which profile the method expects. by Nicolas Geoffray · 3 years, 4 months ago
- 4af07cd DexCache: Remove pre-resolved string dead code. by David Srbecky · 3 years, 4 months ago
- 6fbcc29 Change ClassLinker::dex_caches_ from list to unordered_map. by David Srbecky · 4 years ago
- 0069ad7 OpenJDK 11: Adding Unsafe new intrinsics for AtomicIntegerFieldUpdater by Sorin Basca · 3 years, 4 months ago
- 520c9b7 verifier: Clean up `RegisterLine::SetRegisterType*()`. by Vladimir Marko · 3 years, 4 months ago
- f9795d1 Remove mterp_current_ibase. by Nicolas Geoffray · 3 years, 4 months ago
- d4e07aa Do not resolve name strings in `ArtMethod::GetDeclaredMethodInternal()`. by Vladimir Marko · 3 years, 4 months ago
- 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 4 months ago
- 55dace0 Revert "Change order of creation of JIT mappings." by Nicolas Geoffray · 3 years, 4 months ago
- 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 4 months ago
- 3dcd844 optimization of gc load, reduce gc in some scenarios by zengkaifa · 3 years, 4 months ago
- 145fce1 Change order of creation of JIT mappings. by Nicolas Geoffray · 3 years, 4 months ago
- 4b1609f Hard fail on type assignment check. by Nicolas Geoffray · 3 years, 4 months ago
- f3c5bbb An invalid wide pair will remain invalid at runtime. by Nicolas Geoffray · 3 years, 4 months ago
- e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 11 months ago