mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6893062: remove support for obsolete attributes
Reviewed-by: ksrini
This commit is contained in:
parent
53c56beacc
commit
65e203be59
8 changed files with 0 additions and 310 deletions
|
@ -236,12 +236,6 @@ public class JavapTask implements DisassemblerTool.DisassemblerTask, Messages {
|
|||
}
|
||||
},
|
||||
|
||||
new Option(false, "-XDjsr277") {
|
||||
void process(JavapTask task, String opt, String arg) {
|
||||
task.options.jsr277 = true;
|
||||
}
|
||||
},
|
||||
|
||||
new Option(false, "-XDdetails") {
|
||||
void process(JavapTask task, String opt, String arg) {
|
||||
task.options.details = EnumSet.allOf(InstructionDetailWriter.Kind.class);
|
||||
|
@ -586,7 +580,6 @@ public class JavapTask implements DisassemblerTool.DisassemblerTask, Messages {
|
|||
sourceWriter.setFileManager(fileManager);
|
||||
|
||||
attributeFactory.setCompat(options.compat);
|
||||
attributeFactory.setJSR277(options.jsr277);
|
||||
|
||||
boolean ok = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue