agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6873116 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,84 **** --- 79,88 ---- } } 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