OpenJDK / portola / portola
changeset 54064:65a9f034954f
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
Reviewed-by: thartmann, shade
author | sgehwolf |
---|---|
date | Fri, 08 Mar 2019 13:56:05 +0100 |
parents | fa9b16328e6a |
children | c70747878f6f |
files | test/hotspot/jtreg/compiler/runtime/safepoints/TestRegisterRestoring.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 */