agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6833129 Cdiff agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java

agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java

Print this page

        

*** 80,88 **** --- 80,89 ---- sd != null; sd = sd.sender()) { tty.print(" "); sd.getMethod().printValueOn(tty); tty.print(" @" + sd.getBCI()); + tty.print(" reexecute=" + sd.getReexecute()); tty.println(); } } }
agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File