We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfd132 commit 04d2033Copy full SHA for 04d2033
test/lib/jdk/test/lib/cli/CommandLineOptionTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -502,6 +502,8 @@ private static String getVMTypeOption() {
502
return "-minimal";
503
} else if (Platform.isGraal()) {
504
return "-graal";
505
+ } else if (Platform.isZero()) {
506
+ return "-zero";
507
}
508
throw new RuntimeException("Unknown VM mode.");
509
0 commit comments