-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 17, 18
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313615 | 17.0.9 | Sonia Zaldana Calles | P4 | Resolved | Fixed | b02 |
JDK-8306425 | 17.0.8-oracle | Joe Cherian | P4 | Resolved | Fixed | b03 |
JDK-8321405 | 11.0.23 | Sonia Zaldana Calles | P4 | Resolved | Fixed | b01 |
$ CONF=linux-x86_64-zero-fastdebug make exploded-test TEST=compiler/codecache/cli/
STDERR:
java.lang.RuntimeException: Unknown VM mode.
at jdk.test.lib.cli.CommandLineOptionTest.getVMTypeOption(CommandLineOptionTest.java:504)
at jdk.test.lib.cli.CommandLineOptionTest.verifyOptionValueForSameVM(CommandLineOptionTest.java:397)
at compiler.codecache.cli.codeheapsize.GenericCodeHeapSizeRunner.run(GenericCodeHeapSizeRunner.java:42)
at compiler.codecache.cli.common.CodeCacheCLITestCase.run(CodeCacheCLITestCase.java:62)
at compiler.codecache.cli.common.CodeCacheCLITestBase.runTestCases(CodeCacheCLITestBase.java:58)
at compiler.codecache.cli.codeheapsize.TestCodeHeapSizeOptions.main(TestCodeHeapSizeOptions.java:86)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:833)
While these tests are compiler tests, and they should arguably never run with Zero, the problem is in shared code, which can be used in future by other non-compiler tests.
- backported by
-
JDK-8306425 Zero: Handle "zero" variant in CommandLineOptionTest.java
- Resolved
-
JDK-8313615 Zero: Handle "zero" variant in CommandLineOptionTest.java
- Resolved
-
JDK-8321405 Zero: Handle "zero" variant in CommandLineOptionTest.java
- Resolved
- relates to
-
JDK-8157957 ClassNotFoundException: jdk.test.lib.JDKToolFinder
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/04d2033b
-
Commit openjdk/jdk17u-dev/482f2241
-
Commit openjdk/jdk/2d13fb21
-
Review openjdk/jdk11u-dev/2194
-
Review openjdk/jdk17u-dev/1627
-
Review openjdk/jdk17u-dev/1628
-
Review openjdk/jdk/5527