Java Virtual Machine Tools Interface
Java Virtual Machine Tool Interface (JVMTI, or more properly, JVM TI) was introduced in J2SE 5.0 (Tiger). This interface allows a program to inspect the state and to control the execution of applications running in the Java Virtual Machine (JVM).
Source: Wikipedia — Java Virtual Machine Tools Interface (CC BY-SA 4.0)