summaryrefslogtreecommitdiff
path: root/runtime/runtime_callbacks.cc
AgeCommit message (Expand)Author
2024-05-30Appinfo: Make adb the app debug source of truth Fabien Sanglard
2024-02-06Add visibility attributes in runtime/r* Dmitrii Ishcheikin
2022-06-22Cleanup around method inspection callbacks Mythri Alle
2022-01-18Cleanup method inspection callbacks from jvmti Mythri Alle
2019-12-11Revert^4 "Allow structural redefinition on non-final classes." Alex Light
2019-12-03Revert "Revert^2 "Allow structural redefinition on non-final classes."" Nicolas Geoffray
2019-12-02Revert^2 "Allow structural redefinition on non-final classes." Alex Light
2019-11-26Revert "Allow structural redefinition on non-final classes." Roland Levillain
2019-11-26Allow structural redefinition on non-final classes. Alex Light
2019-09-27Consolidate updating of reflective Field/Method references Alex Light
2019-04-09Use unique mutex to synchronize runtime_callbacks Alex Light
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-11-12Emit JVMTI events for LockSupport.park Charles Munger
2018-04-03Revert^6 "Ensure that OSR still is possible with jvmti" Alex Light
2017-12-19Add support for selecting alternate JDWP implementations Alex Light
2017-11-14Add JVMTI DDMS extension method and event. Alex Light
2017-10-30Avoid JVMTI global deoptimization when possible Alex Light
2017-09-27Ensure that OSR doesn't break local-variable get/set Alex Light
2017-09-14Add support for JVMTI monitor events. Alex Light
2017-04-19Implement can_generate_native_method_bind capability Alex Light
2017-01-23Add ClassPreDefine hook. Alex Light
2017-01-19ART: Add runtime phase callback Andreas Gampe
2017-01-19ART: Add SigQuit Callback Andreas Gampe
2017-01-19ART: Add ClassLoadCallback Andreas Gampe
2017-01-19Revert "Revert "ART: Start RuntimeCallbacks"" Andreas Gampe
2017-01-19Revert "ART: Start RuntimeCallbacks" Nicolas Geoffray
2017-01-18ART: Start RuntimeCallbacks Andreas Gampe