8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
Reviewed-by: thartmann, shade
--- a/test/hotspot/jtreg/compiler/runtime/safepoints/TestRegisterRestoring.java Fri Mar 08 08:19:16 2019 -0500
+++ b/test/hotspot/jtreg/compiler/runtime/safepoints/TestRegisterRestoring.java Fri Mar 08 13:56:05 2019 +0100
@@ -26,8 +26,8 @@
* @bug 8148490
* @summary Test correct saving and restoring of vector registers at safepoints.
*
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:-TieredCompilation
- * -XX:+SafepointALot
+ * @run main/othervm -Xbatch -XX:-TieredCompilation
+ * -XX:+UnlockDiagnosticVMOptions -XX:+SafepointALot
* -XX:CompileCommand=exclude,compiler.runtime.safepoints.TestRegisterRestoring::main
* compiler.runtime.safepoints.TestRegisterRestoring
*/