agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java	Tue Jul 21 15:54:14 2009
--- new/agent/src/share/classes/sun/jvm/hotspot/code/PCDesc.java	Tue Jul 21 15:54:14 2009

*** 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