comparison agent/src/share/classes/sun/jvm/hotspot/code/DebugInfoReadStream.java @ 903:15bbd3f505c0

Merge
author kvn
date Thu, 06 Aug 2009 09:37:26 -0700
parents bd02caa94611 9987d9d5eb0e
children 72088be4b386
comparison
equal deleted inserted replaced
891:703065c670fa 903:15bbd3f505c0
79 } 79 }
80 } 80 }
81 Assert.that(false, "should not reach here"); 81 Assert.that(false, "should not reach here");
82 return null; 82 return null;
83 } 83 }
84
85 public int readBCI() {
86 return readInt() + InvocationEntryBCI;
87 }
88 } 84 }