RFR: 8199425: JTReg failure: runtime/stringtable/StringTableVerifyTest.java
stewartd.qdt
stewartd.qdt at qualcommdatacenter.com
Fri Mar 9 22:20:39 UTC 2018
Please review this webrev [1] which attempts to fix a test error in runtime/stringtable/StringTableVerifyTest.java. This test uses the flag -XX:+VerifyStringTableAtExit, which is a diagnostic option and requires the flag -XX:+UnlockDiagnosticVMOptions.
This test currently fails our JTReg testing on an AArch64 machine. This patch simply adds the -XX:+UnlockDiagnosticVMOptions.
The bug report is filed at [2].
I am happy to modify the patch as necessary.
Regards,
Daniel Stewart
[1] - http://cr.openjdk.java.net/~dstewart/8199425/webrev.01/
[2] - https://bugs.openjdk.java.net/browse/JDK-8199425
More information about the hotspot-dev
mailing list