--- old/jdk/src/share/demo/jvmti/index.html Thu Jan 7 14:58:25 2010 +++ new/jdk/src/share/demo/jvmti/index.html Thu Jan 7 14:58:25 2010 @@ -100,6 +100,13 @@
  • +compiledMethodLoad +
    +This is a small agent that traces CompiledMethodLoad events along +with the HotSpot specific compile_info parameter. +
  • + +
  • mtrace
    This is a small agent that does method tracing.