mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-04 07:28:22 +00:00
8152090: Code missing from JDK-8150054 causing many test failures
Add missing method Reviewed-by: kvn
This commit is contained in:
parent
2b48dbfd93
commit
338ff211b4
@ -208,6 +208,10 @@ public final class Scenario {
|
||||
jcmdStateBuilder = new JcmdStateBuilder(Type.JCMD.fileName);
|
||||
}
|
||||
|
||||
public void addFlag(String flag) {
|
||||
vmopts.add(flag);
|
||||
}
|
||||
|
||||
public void add(CompileCommand compileCommand) {
|
||||
String[] vmOptions = compileCommand.command.vmOpts;
|
||||
Collections.addAll(vmopts, vmOptions);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user