tree: 251564e35378550cfaa58d02aadd06b59e8da0fd [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. jvmti_allocator.h
  10. MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION
  11. NOTICE
  12. object_tagging.cc
  13. object_tagging.h
  14. OpenjdkJvmTi.cc
  15. README.md
  16. transform.cc
  17. 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.