jdk/src/share/demo/jvmti/index.html
changeset 4808 37f605425f74
parent 2 90ce3da70b43
child 8018 79ce40b4ab5e
equal deleted inserted replaced
4807:2521b7dcf505 4808:37f605425f74
    98 version string supplied in the jvmti.h file, with the version
    98 version string supplied in the jvmti.h file, with the version
    99 number supplied by the VM at runtime.
    99 number supplied by the VM at runtime.
   100 </li>
   100 </li>
   101 
   101 
   102 <li>
   102 <li>
       
   103 <A HREF="compiledMethodLoad">compiledMethodLoad</A>
       
   104 <br>
       
   105 This is a small agent that traces CompiledMethodLoad events along
       
   106 with the HotSpot specific compile_info parameter.
       
   107 </li>
       
   108 
       
   109 <li>
   103 <A HREF="mtrace">mtrace</A>
   110 <A HREF="mtrace">mtrace</A>
   104 <br>
   111 <br>
   105 This is a small agent that does method tracing.
   112 This is a small agent that does method tracing.
   106 It uses Bytecode Instrumentation (BCI) via the java_crw_demo library.
   113 It uses Bytecode Instrumentation (BCI) via the java_crw_demo library.
   107 </li>
   114 </li>