Skip to content

Commit 2d13fb2

Browse files
committed
8273803: Zero: Handle "zero" variant in CommandLineOptionTest.java
Reviewed-by: dholmes
1 parent d4546b6 commit 2d13fb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/lib/jdk/test/lib/cli/CommandLineOptionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ private static String getVMTypeOption() {
500500
return "-client";
501501
} else if (Platform.isMinimal()) {
502502
return "-minimal";
503+
} else if (Platform.isZero()) {
504+
return "-zero";
503505
}
504506
throw new RuntimeException("Unknown VM mode.");
505507
}

0 commit comments

Comments
 (0)