Home | History | Annotate | Download | only in openjdkjvmti
      1 openjdkjvmti plugin
      2 ====
      3 
      4 This is a partial implementation of the JVMTI v1.2 interface for the android
      5 runtime as a plugin. This allows the use of agents that can modify the running
      6 state of the program by modifying dex files in memory and performing other
      7 operations on the global runtime state.
      8