diff agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java @ 903:15bbd3f505c0

Merge
author kvn
date Thu, 06 Aug 2009 09:37:26 -0700
parents 9987d9d5eb0e
children 72088be4b386
line wrap: on
line diff
--- a/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java	Wed Aug 05 18:54:12 2009 -0700
+++ b/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java	Thu Aug 06 09:37:26 2009 -0700
@@ -82,6 +82,7 @@
       tty.print(" ");
       sd.getMethod().printValueOn(tty);
       tty.print("  @" + sd.getBCI());
+      tty.print("  reexecute=" + sd.getReexecute());
       tty.println();
     }
   }