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