6715767: javap on java.lang.ClassLoader crashes

Reviewed-by: ksrini
This commit is contained in:
Jonathan Gibbons 2008-06-18 16:53:08 -07:00
parent dc6f119d59
commit 2e420d4001
5 changed files with 64 additions and 4 deletions

View file

@ -259,7 +259,7 @@ public class AttributeWriter extends BasicWriter
return null;
}
String getJavaException(Exceptions_attribute attr, int index) {
private String getJavaException(Exceptions_attribute attr, int index) {
try {
return getJavaName(attr.getException(index, constant_pool));
} catch (ConstantPoolException e) {