Skip to content

Commit 482f224

Browse files
Sonia Zaldana Callesshipilev
authored andcommitted
8273803: Zero: Handle "zero" variant in CommandLineOptionTest.java
Backport-of: 2d13fb21af783ebbe3dd5c2632aea11347317026
1 parent 735e1da commit 482f224

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)