tree: 84419dec17718bb6969e71399a5d2a3d9ec2bc02 [path history] [tgz]
  1. Android.bp
  2. art_jvmti.h
  3. events-inl.h
  4. events.cc
  5. events.h
  6. jvmti.h
  7. jvmti_allocator.h
  8. MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION
  9. NOTICE
  10. object_tagging.cc
  11. object_tagging.h
  12. OpenjdkJvmTi.cc
  13. README.md
  14. ti_class.cc
  15. ti_class.h
  16. ti_heap.cc
  17. ti_heap.h
  18. ti_method.cc
  19. ti_method.h
  20. ti_redefine.cc
  21. ti_redefine.h
  22. ti_stack.cc
  23. ti_stack.h
  24. transform.cc
  25. 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.