JPDA architecture

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.[1]

The JVMTI is a native interface of the JVM. A library, written in C or C++, is loaded during the initialization of the JVM.[2] 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 Java Platform Profiling Architecture. 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 SE 6.

JVMTI is the lowest-level of the Java Platform Debugger Architecture.

edit

References

edit
  1. ^ Nartovich, Aleksandr; Smye-Rumsby, Adam; Stimets, Paul; Weaver, George; Redbooks, I. B. M. (2007-02-14). IBM Technology for Java Virtual Machine in IBM i5/OS. IBM Redbooks. ISBN 978-0-7384-8605-5.
  2. ^ Waller, Jan (2014-12-19). Performance Benchmarking of Application Monitoring Frameworks. BoD – Books on Demand. ISBN 978-3-7357-7853-6.

📚 Artikel Terkait di Wikipedia

Java virtual machine

A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages, other languages

Java Native Interface

Java Native Interface (or Native Method Interface) is a foreign function interface designed for non-Java programming frameworks. The JNI enables Java

Java (programming language)

bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but

Java Platform Debugger Architecture

Java language interface that developers can easily use to write remote debugger application tools. Java Virtual Machine Tools Interface (JVMTI) – a native

Java version history

Retrieved 2014-01-30. "Java 7 Features". Sun Microsystems. 2010-02-09. Retrieved 2010-04-16. "Interface evolution via virtual extension methods" (PDF)

Java Development Kit

for working with Java applications. Examples of included software are the Java virtual machine, a compiler, performance monitoring tools, a debugger, and

Comparison of application virtualization software

portable virtual machines is addressed at a higher level of abstraction than in physical machines. Some virtual machines, such as the popular Java virtual machines

Outline of the Java programming language

Generics Interface (Java) Java virtual machine Java Class Library, standard library Java Development Kit Java Runtime Environment Javadoc Java package Java Platform