mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6838199: remove support for old javap
Reviewed-by: ohair, mcimadamore
This commit is contained in:
parent
6fb18b568c
commit
542d43cc10
26 changed files with 6 additions and 5519 deletions
|
@ -212,9 +212,7 @@ public class JavapTask implements DisassemblerTool.DisassemblerTask, Messages {
|
|||
|
||||
new Option(false, "-Xold") {
|
||||
void process(JavapTask task, String opt, String arg) throws BadArgs {
|
||||
// -Xold is only supported as first arg when invoked from
|
||||
// command line; this is handled in Main,main
|
||||
throw task.new BadArgs("err.Xold.not.supported.here");
|
||||
task.log.println(task.getMessage("warn.Xold.not.supported"));
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue