Details
-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b12
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8221242 | 12.0.2 | Severin Gehwolf | P3 | Resolved | Fixed | b01 |
JDK-8319434 | 11.0.23-oracle | Vikrant Agarwal | P3 | Resolved | Fixed | b01 |
JDK-8220779 | 11.0.4 | Severin Gehwolf | P3 | Resolved | Fixed | b01 |
Description
Test fails with:
Error: VM option 'SafepointALot' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'SafepointALot'.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Command was:
command: main -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:-TieredCompilation -XX:+SafepointALot -XX:CompileCommand=exclude,compiler.runtime.safepoints.TestRegisterRestoring::main compiler.runtime.safepoints.TestRegisterRestoring
reason: User specified action: run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:-TieredCompilation -XX:+SafepointALot -XX:CompileCommand=exclude,compiler.runtime.safepoints.TestRegisterRestoring::main compiler.runtime.safepoints.TestRegisterRestoring
Error: VM option 'SafepointALot' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'SafepointALot'.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Command was:
command: main -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:-TieredCompilation -XX:+SafepointALot -XX:CompileCommand=exclude,compiler.runtime.safepoints.TestRegisterRestoring::main compiler.runtime.safepoints.TestRegisterRestoring
reason: User specified action: run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:-TieredCompilation -XX:+SafepointALot -XX:CompileCommand=exclude,compiler.runtime.safepoints.TestRegisterRestoring::main compiler.runtime.safepoints.TestRegisterRestoring
Attachments
Issue Links
- backported by
-
JDK-8220779 [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
- Resolved
-
JDK-8221242 [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
- Resolved
-
JDK-8319434 [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
- Resolved
- relates to
-
JDK-8219584 Try to dump error file by thread which causes safepoint timeout
- Resolved