Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135636 | emb-9 | Roland Westrelin | P4 | Resolved | Fixed | team |
java -XX:-TieredCompilation -XX:CICompilerCount=1 -version
intx CICompilerCount=1 is outside the allowed range [ 2 ... 2147483647 ]
Improperly specified VM option 'CICompilerCount=1'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
CICompilerCount=1 is useful for debugging so output of multiple compiler threads are not intermixed
ILW=LLH
intx CICompilerCount=1 is outside the allowed range [ 2 ... 2147483647 ]
Improperly specified VM option 'CICompilerCount=1'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
CICompilerCount=1 is useful for debugging so output of multiple compiler threads are not intermixed
ILW=LLH
- backported by
-
JDK-8135636 CICompilerCount=1 when tiered is off is not allowed any more
-
- Resolved
-
- relates to
-
JDK-8122937 JEP 245: Validate JVM Command-Line Flag Arguments Implementation
-
- Closed
-