jdk/src/share/demo/jvmti/index.html

Print this page

        

*** 98,107 **** --- 98,114 ---- version string supplied in the jvmti.h file, with the version number supplied by the VM at runtime. </li> <li> + <A HREF="compiledMethodLoad">compiledMethodLoad</A> + <br> + This is a small agent that traces CompiledMethodLoad events along + with the HotSpot specific compile_info parameter. + </li> + + <li> <A HREF="mtrace">mtrace</A> <br> This is a small agent that does method tracing. It uses Bytecode Instrumentation (BCI) via the java_crw_demo library. </li>