xref: /aosp_15_r20/art/openjdkjvmti/README.md (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard Workeropenjdkjvmti plugin
2*795d594fSAndroid Build Coastguard Worker====
3*795d594fSAndroid Build Coastguard Worker
4*795d594fSAndroid Build Coastguard WorkerThis is a partial implementation of the JVMTI v1.2 interface for the android
5*795d594fSAndroid Build Coastguard Workerruntime as a plugin. This allows the use of agents that can modify the running
6*795d594fSAndroid Build Coastguard Workerstate of the program by modifying dex files in memory and performing other
7*795d594fSAndroid Build Coastguard Workeroperations on the global runtime state.
8