hotspot/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java
changeset 3600 27aa4477d039
parent 1 489c9b5090e2
child 3686 69c1b5228547
equal deleted inserted replaced
3599:35bb709f2c62 3600:27aa4477d039
    80          sd != null;
    80          sd != null;
    81          sd = sd.sender()) {
    81          sd = sd.sender()) {
    82       tty.print(" ");
    82       tty.print(" ");
    83       sd.getMethod().printValueOn(tty);
    83       sd.getMethod().printValueOn(tty);
    84       tty.print("  @" + sd.getBCI());
    84       tty.print("  @" + sd.getBCI());
       
    85       tty.print("  reexecute=" + sd.getReexecute());
    85       tty.println();
    86       tty.println();
    86     }
    87     }
    87   }
    88   }
    88 }
    89 }