tree: 225c95a19630bf00c64566da44ab3c9a50025d37 [path history] [tgz]
  1. Android.bp
  2. art_jvmti.h
  3. events-inl.h
  4. events.cc
  5. events.h
  6. jvmti.h
  7. MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION
  8. NOTICE
  9. object_tagging.cc
  10. object_tagging.h
  11. OpenjdkJvmTi.cc
  12. README.md
  13. transform.cc
  14. 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.