tree: 21071570ac4ebfe05620852e9404d81ee2a6c1ef [path history] [tgz]
  1. Android.mk
  2. jvmti.h
  3. MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION
  4. NOTICE
  5. OpenjdkJvmTi.cc
  6. README.md
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.