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