- c618f7c Cherrypick Reland^2 "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 6 months ago
- c858e56 Remove obsolete code on lazy dequickening. by Nicolas Geoffray · 2 years, 10 months ago
- 7913cf3 Fix jvmti bug when redefining a boot classpath class. by Nicolas Geoffray · 2 years, 10 months ago
- ad67bbb Simplify class redefinition. by Nicolas Geoffray · 2 years, 11 months ago
- ce73d81 Revert "Don't use sigsegv handler for jvmti." by Muhammad Qureshi · 2 years, 11 months ago
- a8ee39d Don't use sigsegv handler for jvmti. by Nicolas Geoffray · 2 years, 11 months ago
- b81df96 Update license definitions under art/ by Colin Cross · 2 years, 11 months ago
- c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
- 8f3beae Cleanup method inspection callbacks from jvmti by Mythri Alle · 3 years ago
- 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 3 years ago
- fa40e6e Add thread-shared interpreter cache by David Srbecky · 3 years, 1 month ago
- b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
- 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years ago
- 7156ea2 Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem() by zhaoxuyang · 3 years ago
- ba86008 Cleanup enabling / disabling deoptimization support by Mythri Alle · 3 years ago
- b087bb2 Abort redefinition if we failed to acquire class object by ShuJieWang · 3 years, 1 month ago
- e91532e Reland "Remove Instrumentation::can_use_instrumentation_trampolines_." by Nicolas Geoffray · 3 years, 1 month ago
- 2b3cea9 Revert "Remove Instrumentation::can_use_instrumentation_trampolines_." by Nicolas Geoffray · 3 years, 1 month ago
- 4ac8cfe Remove Instrumentation::can_use_instrumentation_trampolines_. by Nicolas Geoffray · 3 years, 1 month ago
- ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 1 month ago
- e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 3 years, 2 months ago
- 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 3 years, 2 months ago
- 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 3 years, 2 months ago
- 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 3 years, 2 months ago
- 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 3 years, 2 months ago
- dc744e5 Revert "Disable kEnableOnDemandDexDequicken." by Roland Levillain · 3 years, 3 months ago
- a32d2d8 Disable kEnableOnDemandDexDequicken. by Nicolas Geoffray · 3 years, 3 months ago
- 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 3 months ago
- 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 3 months ago
- 139a5b9 Revert "Remove lazy dequickening." by Jack Nudelman · 3 years, 3 months ago
- 437144b Remove lazy dequickening. by Nicolas Geoffray · 3 years, 3 months ago
- 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 3 months ago
- e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 10 months ago
- 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 3 years, 3 months ago
- 073885c Fix art compiling against musl by Colin Cross · 3 years, 3 months ago
- c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 3 years, 3 months ago
- 2cb2527 verifier: Remove support for precise constants and RegisterTrackingMode. by Nicolas Geoffray · 3 years, 5 months ago
- 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 6 months ago
- 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 3 years, 6 months ago
- 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 3 years, 6 months ago
- b10668c Clean up Class::GetDirectInterface(). by Vladimir Marko · 3 years, 7 months ago
- 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 3 years, 7 months ago
- 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 8 months ago
- a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 9 months ago
- 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 9 months ago
- ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 3 years, 10 months ago
- 39d529f Revert^2 "[metrics] Add StatsdBackend" by Eric Holk · 3 years, 10 months ago
- 11943fc Move dex file registration in ti_redefine. by David Srbecky · 3 years, 10 months ago
- 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 10 months ago
- b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 10 months ago
- 1214319 Lazily allocate DexCache arrays. by David Srbecky · 3 years, 10 months ago
- dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 3 years, 10 months ago
- 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 3 years, 11 months ago
- 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 4 years ago
- d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years ago
- 0fba186 Add ERROR log with JVMTI version explanation by Alex Light · 4 years ago
- 0b986f7 Revert^4 "[metrics] Add background reporting thread" by Eric Holk · 4 years ago
- 1060838 Revert "Revert^2 "[metrics] Add background reporting thread"" by Nicolas Geoffray · 4 years ago
- 4c176b9 Revert^2 "[metrics] Add background reporting thread" by Eric Holk · 4 years ago
- 1a0e292 Revert^2 "Add disable/get/set_hidden_api_enforcement_policy extensions" by Alex Light · 4 years ago
- 46d6fc0 Revert "Add disable/get/set_hidden_api_enforcement_policy extensions" by Nicolas Geoffray · 4 years ago
- c38d944 Add disable/get/set_hidden_api_enforcement_policy extensions by Alex Light · 4 years, 1 month ago
- 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 1 month ago
- 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years, 3 months ago
- 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 4 months ago
- 26ab270 A few more inclusive language updates based on newer wordlist by Orion Hodson · 4 years, 5 months ago
- 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 5 months ago
- aacf977 Reword some comments to be more inclusive by Orion Hodson · 4 years, 5 months ago
- bf6498e Fix incorrect dex-cache clearing with structural redefinition by Alex Light · 4 years, 5 months ago
- c06e07f Correctly use handles for JVMTI heap iteration. by Alex Light · 4 years, 5 months ago
- 3284661 Fix ddm.publish_chunk extension to prevent deadlock by Alex Light · 4 years, 6 months ago
- 842e9c8 Avoid eating SEGVs when performing on-demand dequicken by Alex Light · 4 years, 6 months ago
- 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 7 months ago
- 16527e8 Preserve JNI bindings across structural redefinition by Alex Light · 4 years, 7 months ago
- 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
- 71f661c Set apex_available property by Jiyong Park · 4 years, 8 months ago
- 76bc833 Bundle jni_headers with libopenjdkjvmti_headers by Orion Hodson · 4 years, 9 months ago
- 8f95183 Add new set_verbose_flag_ext JVMTI Extension by Alex Light · 4 years, 10 months ago
- 5e251ea Change j.l.r.Field to use ArtField index instead of dexFileIndex by Alex Light · 5 years ago
- e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 5 years ago
- 516745b Reland "Set SA_SIGINFO. Rename thread to include perfetto." by Florian Mayer · 5 years ago
- fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
- 3f0dca1 Ensure IsStructurallyRedefinable takes into account subtypes by Alex Light · 5 years ago
- f6c69e5 Fix race resulting in UAF in class-define-pausing by Alex Light · 5 years ago
- 628f488 Remove the LogId parameter from libbase's LogMessage by Tom Cherry · 5 years ago
- baf938f Add even more sanity checks to ti_redefine.cc and skips by Alex Light · 5 years ago
- 3f4041b Add more logging around array sanity checks by Alex Light · 5 years ago
- 163652e Fix redefinition causing corrupt j.l.r.Field objects by Alex Light · 5 years ago
- 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 5 years ago
- 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 5 years ago
- 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 5 years ago
- 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 5 years ago
- fb53708 Remove class-hierarchy restriction from structural redefinition by Alex Light · 5 years ago
- 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
- 1e88f98 Use apex_available property by Jiyong Park · 5 years ago
- 7ba68ff Fix ABA bug with PreObjectAlloc event being missed by Alex Light · 5 years ago
- 7a6b966 Fix reversed compare_exchange check. by Alex Light · 5 years ago
- 96cbde8 Fix alignment bug in PreObjectAlloc by Alex Light · 5 years ago
- daad67f Fix typo FieldNameAndSignature vs MethodNameAndSignature. by Alex Light · 5 years ago
- b2e6d0f Fix incorrect DCHECK by Alex Light · 5 years ago