mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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
|
@ -475,6 +475,7 @@ public class JavapTask implements DisassemblerTool.DisassemblerTask {
|
|||
t.printStackTrace(pw);
|
||||
pw.close();
|
||||
diagnosticListener.report(createDiagnostic("err.crash", t.toString(), sw.toString()));
|
||||
ok = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue