tree: fae75ca9a7db0cc9243a6f0c5f2ea79221c44cd2 [path history] [tgz]
  1. Android.bp
  2. art_jvmti.h
  3. jvmti.h
  4. MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION
  5. NOTICE
  6. object_tagging.h
  7. OpenjdkJvmTi.cc
  8. README.md
  9. transform.cc
  10. transform.h
runtime/openjdkjvmti/README.md

openjdkjvmti plugin

This is a partial implementation of the JVMTI v1.2 interface for the android runtime as a plugin. This allows the use of agents that can modify the running state of the program by modifying dex files in memory and performing other operations on the global runtime state.