agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java	Thu Jul 16 16:02:21 2009
--- new/agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java	Thu Jul 16 16:02:21 2009

*** 79,88 **** --- 79,84 ---- } } Assert.that(false, "should not reach here"); return null; } public int readBCI() { return readInt() + InvocationEntryBCI; } }

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