-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 18
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8274707 | 17.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8310964 | 11.0.21 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8306574 | 11.0.20-oracle | Vikrant Agarwal | P4 | Resolved | Fixed | b03 |
$ CONF=linux-x86_64-zero-fastdebug make exploded-test TEST=compiler/startup/NumCompilerThreadsCheck.java
...
STDERR:
stdout: [];
stderr: [intx CICompilerCount=-1 is outside the allowed range [ 0 ... 2147483647 ]
Improperly specified VM option 'CICompilerCount=-1'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: 'must be at least 0' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:221)
at compiler.startup.NumCompilerThreadsCheck.main(NumCompilerThreadsCheck.java:53)
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)
I believe it was rendered obsolete by
- backported by
-
JDK-8274707 Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java
- Resolved
-
JDK-8306574 Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java
- Resolved
-
JDK-8310964 Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java
- Resolved
- relates to
-
JDK-8122937 JEP 245: Validate JVM Command-Line Flag Arguments Implementation
- Closed
- links to
-
Commit openjdk/jdk11u-dev/79d01850
-
Commit openjdk/jdk17u/88d20537
-
Commit openjdk/jdk/1c5de8b8
-
Review openjdk/jdk11u-dev/1990
-
Review openjdk/jdk17u/132
-
Review openjdk/jdk/5531