mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-08 04:29:28 +00:00
6976833: options included twice in Example SimpleCompiler
Reviewed-by: darcy
This commit is contained in:
parent
2801325742
commit
d7787c25cf
@ -421,7 +421,7 @@ class Example implements Comparable<Example> {
|
||||
if (verbose)
|
||||
System.err.println("run_simple: " + opts + " " + files);
|
||||
|
||||
List<String> args = new ArrayList<String>(opts);
|
||||
List<String> args = new ArrayList<String>();
|
||||
|
||||
if (keys != null || raw)
|
||||
args.add("-XDrawDiagnostics");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user