jdk/src/share/demo/jvmti/index.html
changeset 4808 37f605425f74
parent 2 90ce3da70b43
child 8018 79ce40b4ab5e
--- a/jdk/src/share/demo/jvmti/index.html	Wed Jan 20 21:38:37 2010 +0800
+++ b/jdk/src/share/demo/jvmti/index.html	Wed Jan 20 12:09:31 2010 -0700
@@ -100,6 +100,13 @@
 </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.