The test uses -XX:+VerifyStringTableAtExit, which is a diagnostic option and requires the flag -XX:+UnlockDiagnosticVMOptions. The .jtr report indicates that this is the issue.
This was tested on an AArch64 system.
This was tested on an AArch64 system.
- relates to
-
JDK-8199137 StringInternSync test crashes in exit verification
- Resolved
-
JDK-8153783 UnlockDiagnosticVMOptions should not be trueInDebug
- Closed