8273803: Zero: Handle "zero" variant in CommandLineOptionTest.java
Reviewed-by: dholmes
This commit is contained in:
parent
d4546b6b36
commit
2d13fb21af
@ -500,6 +500,8 @@ public abstract class CommandLineOptionTest {
|
|||||||
return "-client";
|
return "-client";
|
||||||
} else if (Platform.isMinimal()) {
|
} else if (Platform.isMinimal()) {
|
||||||
return "-minimal";
|
return "-minimal";
|
||||||
|
} else if (Platform.isZero()) {
|
||||||
|
return "-zero";
|
||||||
}
|
}
|
||||||
throw new RuntimeException("Unknown VM mode.");
|
throw new RuntimeException("Unknown VM mode.");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user