summaryrefslogtreecommitdiff
path: root/runtime/runtime_callbacks.h
Commit message (Expand)AuthorAgeFilesLines
* Revert^4 "Allow structural redefinition on non-final classes."Alex Light2019-12-111-0/+2
* Revert "Revert^2 "Allow structural redefinition on non-final classes.""Nicolas Geoffray2019-12-031-2/+0
* Revert^2 "Allow structural redefinition on non-final classes."Alex Light2019-12-021-0/+2
* Revert "Allow structural redefinition on non-final classes."Roland Levillain2019-11-261-2/+0
* Allow structural redefinition on non-final classes.Alex Light2019-11-261-0/+2
* Consolidate updating of reflective Field/Method referencesAlex Light2019-09-271-0/+21
* Use unique mutex to synchronize runtime_callbacksAlex Light2019-04-091-10/+17
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-3/+7
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-1/+1
* Emit JVMTI events for LockSupport.parkCharles Munger2018-11-121-0/+20
* Revert^6 "Ensure that OSR still is possible with jvmti"Alex Light2018-04-031-0/+9
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Add support for selecting alternate JDWP implementationsAlex Light2017-12-191-0/+26
* Add JVMTI DDMS extension method and event.Alex Light2017-11-141-0/+17
* Avoid JVMTI global deoptimization when possibleAlex Light2017-10-301-0/+10
* Ensure that OSR doesn't break local-variable get/setAlex Light2017-09-271-0/+23
* Add support for JVMTI monitor events.Alex Light2017-09-141-0/+33
* Implement can_generate_native_method_bind capabilityAlex Light2017-04-191-1/+13
* Add ClassPreDefine hook.Alex Light2017-01-231-0/+11
* ART: Add GetPhaseAndreas Gampe2017-01-191-3/+4
* ART: Add runtime phase callbackAndreas Gampe2017-01-191-0/+23
* ART: Add SigQuit CallbackAndreas Gampe2017-01-191-0/+16
* ART: Add ClassLoadCallbackAndreas Gampe2017-01-191-7/+18
* Revert "Revert "ART: Start RuntimeCallbacks""Andreas Gampe2017-01-191-0/+64
* Revert "ART: Start RuntimeCallbacks"Nicolas Geoffray2017-01-191-49/+0
* ART: Start RuntimeCallbacksAndreas Gampe2017-01-181-0/+49