agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.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/DebugInfoReadStream.java

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

Print this page

        

*** 79,88 **** } } Assert.that(false, "should not reach here"); return null; } - - public int readBCI() { - return readInt() + InvocationEntryBCI; - } } --- 79,84 ----
agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File