8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
authorsgehwolf
Fri, 08 Mar 2019 13:56:05 +0100
changeset 54035 65a9f034954f
parent 54034 fa9b16328e6a
child 54036 c70747878f6f
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions Reviewed-by: thartmann, shade
test/hotspot/jtreg/compiler/runtime/safepoints/TestRegisterRestoring.java
--- 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
  */