< prev index next >

src/demo/share/jvmti/index.html

Print this page


   1 <html>
   2 <head> <title>JVM TI Demonstration Code</title> </head>
   3 
   4 <h1>JVM TI Demonstration Code</h1>
   5 
   6 <p>
   7 The 
   8 Java<sup><font size=-2>TM</font></sup> Virtual Machine Tools Interface (JVM TI)
   9 is a native tool interface provided in JDK 5.0 and newer.
  10 Native libraries that use JVM TI and are loaded into the 
  11 Java Virtual Machine
  12 via the -agentlib, -agentpath, or -Xrun (deprecated) interfaces, are
  13 called Agents.
  14 <p>
  15 <A HREF="http://java.sun.com/j2se/latest/docs/guide/jvmti">JVM TI</A>
  16 was designed to work with the
  17 Java Native Interface 
  18 (<A HREF="http://java.sun.com/j2se/latest/docs/guide/jni">JNI</A>),
  19 and eventually displace the 
  20 Java Virtual Machine Debugging Interface 
  21 (<A HREF="http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jvmdi-spec.html">JVMDI</A>)
  22 and the 
  23 Java Virtual Machine Profiling Interface 
  24 (<A HREF="http://java.sun.com/j2se/1.5.0/docs/guide/jvmpi/index.html">JVMPI</A>).
  25 
  26 <p>
  27 We have created a set of demonstration agents that should
  28 help show many of the features and abilities of the


   1 <html>
   2 <head> <title>JVM TI Demonstration Code</title> </head>
   3 
   4 <h1>JVM TI Demonstration Code</h1>
   5 
   6 <p>
   7 The 
   8 Java&trade; Virtual Machine Tools Interface (JVM TI)
   9 is a native tool interface provided in JDK 5.0 and newer.
  10 Native libraries that use JVM TI and are loaded into the 
  11 Java Virtual Machine
  12 via the -agentlib, -agentpath, or -Xrun (deprecated) interfaces, are
  13 called Agents.
  14 <p>
  15 <A HREF="http://java.sun.com/j2se/latest/docs/guide/jvmti">JVM TI</A>
  16 was designed to work with the
  17 Java Native Interface 
  18 (<A HREF="http://java.sun.com/j2se/latest/docs/guide/jni">JNI</A>),
  19 and eventually displace the 
  20 Java Virtual Machine Debugging Interface 
  21 (<A HREF="http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jvmdi-spec.html">JVMDI</A>)
  22 and the 
  23 Java Virtual Machine Profiling Interface 
  24 (<A HREF="http://java.sun.com/j2se/1.5.0/docs/guide/jvmpi/index.html">JVMPI</A>).
  25 
  26 <p>
  27 We have created a set of demonstration agents that should
  28 help show many of the features and abilities of the


< prev index next >