mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6715767: javap on java.lang.ClassLoader crashes
Reviewed-by: ksrini
This commit is contained in:
parent
dc6f119d59
commit
2e420d4001
5 changed files with 64 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue