-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b81
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141870 | emb-9 | Gerard Ziemski | P2 | Resolved | Fixed | team |
In an Aurora Adhoc job, the following test fails:
compiler/arguments/CheckCICompilerCount.java
Here's a snippet from the .jtr file:
----------System.err:(29/1540)----------
stdout: [];
stderr: [CICompilerCount (0) must be at least 1
Improperly specified VM option 'CICompilerCount=0'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
at CheckCICompilerCount.verifyValidOption(CheckCICompilerCount.java:164)
at CheckCICompilerCount.main(CheckCICompilerCount.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
Caused by: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
at jdk.test.lib.OutputAnalyzer.shouldContain(OutputAnalyzer.java:134)
at CheckCICompilerCount.verifyValidOption(CheckCICompilerCount.java:158)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
compiler/arguments/CheckCICompilerCount.java
Here's a snippet from the .jtr file:
----------System.err:(29/1540)----------
stdout: [];
stderr: [CICompilerCount (0) must be at least 1
Improperly specified VM option 'CICompilerCount=0'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
at CheckCICompilerCount.verifyValidOption(CheckCICompilerCount.java:164)
at CheckCICompilerCount.main(CheckCICompilerCount.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
Caused by: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
at jdk.test.lib.OutputAnalyzer.shouldContain(OutputAnalyzer.java:134)
at CheckCICompilerCount.verifyValidOption(CheckCICompilerCount.java:158)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
- backported by
-
JDK-8141870 test fails due to 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
-
- Resolved
-
- relates to
-
JDK-8112746 Followup to JDK-8059557
-
- Closed
-
-
JDK-8134239 compiler/arguments/CheckCICompilerCount.java still fails
-
- Resolved
-