# HG changeset patch # User sgehwolf # Date 1552049765 -3600 # Node ID 65a9f034954ffa91a7a94ef4882299c8e0b61bab # Parent fa9b16328e6aa8891ceef4be53c37b7dc89fe589 8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions Reviewed-by: thartmann, shade diff -r fa9b16328e6a -r 65a9f034954f 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 */