Java Virtual Machine Tools Interface

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). JVMTI is designed to provide an Application Programming Interface (API) for the development of tools that need access to the state of the JVM. Examples for such tools are debuggers or profilers. JVMTI is the lowest-level of the Java Platform Debugger Architecture.

Comment
enJava 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). JVMTI is designed to provide an Application Programming Interface (API) for the development of tools that need access to the state of the JVM. Examples for such tools are debuggers or profilers. JVMTI is the lowest-level of the Java Platform Debugger Architecture.
Depiction
JPDA architecture.png
Has abstract
enJava 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). JVMTI is designed to provide an Application Programming Interface (API) for the development of tools that need access to the state of the JVM. Examples for such tools are debuggers or profilers. The JVMTI is a native interface of the JVM. A library, written in C or C++, is loaded during the initialization of the JVM. The library has access to the JVM state by calling JVMTI and JNI (Java Native Interface) functions and can register to receive JVMTI events using event handler functions that are called by the JVM when such an event occurs. JVMTI was defined through the Java Community Process by JSR-163, the specification for the . The JVMTI replaces the JVMPI (Java Virtual Machine Profiling Interface) and the JVMDI (Java Virtual Machine Debug Interface). The JVMPI and the JVMDI are declared as being deprecated in J2SE 5.0 and were removed in Java SE6. JVMTI is the lowest-level of the Java Platform Debugger Architecture.
Is primary topic of
Java Virtual Machine Tools Interface
Label
enJava Virtual Machine Tools Interface
Link from a Wikipage to an external page
www.oracle.com/technetwork/articles/javase/jvmpitransition-138768.html
www.oracle.com/technetwork/articles/javase/jvmti-136367.html
Link from a Wikipage to another Wikipage
Application Programming Interface
C (programming language)
C++
Category:Java development tools
Category:Java specification requests
Category:Java virtual machine
Computer program
Debugger
File:JPDA architecture.png
Interface (computer science)
Java Community Process
Java Native Interface
Java Platform, Standard Edition
Java Platform Debugger Architecture
Java Platform Profiling Architecture
Java virtual machine
Profiler (computer science)
SameAs
AJkk
Java Virtual Machine Tools Interface
Java Virtual Machine Tools Interface
m.03b56n
Q1100089
Subject
Category:Java development tools
Category:Java specification requests
Category:Java virtual machine
Thumbnail
JPDA architecture.png?width=300
WasDerivedFrom
Java Virtual Machine Tools Interface?oldid=1109080223&ns=0
WikiPageLength
2654
Wikipage page ID
771455
Wikipage revision ID
1109080223
WikiPageUsesTemplate
Template:Reflist