Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063483 | 8u45 | Igor Ignatyev | P4 | Resolved | Fixed | b01 |
JDK-8062627 | 8u40 | Igor Ignatyev | P4 | Resolved | Fixed | b13 |
JDK-8070868 | emb-8u47 | Igor Ignatyev | P4 | Resolved | Fixed | team |
CICompilerCount of 1 is invalid; must be at least 2
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
suggested fix:
diff --git a/test/compiler/ciReplay/common.sh b/test/compiler/ciReplay/common.sh
--- a/test/compiler/ciReplay/common.sh
+++ b/test/compiler/ciReplay/common.sh
@@ -218,7 +218,7 @@
-XX:VMThreadStackSize=512 \
-XX:CompilerThreadStackSize=512 \
-XX:ParallelGCThreads=1 \
- -XX:CICompilerCount=1 \
+ -XX:CICompilerCount=2 \
-Xcomp \
-XX:CICrashAt=1 \
-XX:+CreateMinidumpOnCrash \
- backported by
-
JDK-8062627 [TESTBUG] ciReplay/* tests fail after 8034775
- Resolved
-
JDK-8063483 [TESTBUG] ciReplay/* tests fail after 8034775
- Resolved
-
JDK-8070868 [TESTBUG] ciReplay/* tests fail after 8034775
- Resolved
- relates to
-
JDK-8034775 Failing to initialize VM when running with negative value for -XX:CICompilerCount
- Resolved