--- old/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java Thu Jul 16 16:02:22 2009 +++ new/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java Thu Jul 16 16:02:21 2009 @@ -82,6 +82,7 @@ tty.print(" "); sd.getMethod().printValueOn(tty); tty.print(" @" + sd.getBCI()); + tty.print(" reexecute=" + sd.getReexecute()); tty.println(); } }