Wiki Markup |
---|
The JVM Tool Interface \[[JVMTI 06|AA. Java References#JVMTI 06]\] provides facilities tofor queryquerying the internals of a JVM, including facilitiesmethods to monitor and modify a running Java program. These low level facilities require the use of the Java Native Interface (JNI) and C language programming. The JVM Tool Interface is typically used by development and monitoring tools. |
...