-
Bug
-
Resolution: Fixed
-
P5
-
9
-
b131
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256953 | openjdk8u282 | Pavel Punegov | P5 | Resolved | Fixed | b04 |
Several compiler tests use -XX:+StressGCM and fail with
reason: User specified action: run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM TestEliminatedCastPPAtPhi
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.009
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(4/258)----------
Error: VM option 'StressGCM' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'StressGCM'.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Rules
RULE "compiler/controldependency/TestEliminatedCastPPAtPhi.java" ExitCode 1
RULE "compiler/loopopts/TestPredicateLostDependency.java" ExitCode 1
RULE "compiler/membars/DekkerTest.java" ExitCode 1
reason: User specified action: run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:+IgnoreUnrecognizedVMOptions -XX:+StressGCM TestEliminatedCastPPAtPhi
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.009
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(4/258)----------
Error: VM option 'StressGCM' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'StressGCM'.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Rules
RULE "compiler/controldependency/TestEliminatedCastPPAtPhi.java" ExitCode 1
RULE "compiler/loopopts/TestPredicateLostDependency.java" ExitCode 1
RULE "compiler/membars/DekkerTest.java" ExitCode 1
- backported by
-
JDK-8256953 [TESTBUG] Several compiler tests fail with product bits
- Resolved
- relates to
-
JDK-8156803 Turn StressLCM/StressGCM flags to diagnostic
- Resolved