8149109: [TESTBUG] TestRegisterRestoring.java fails with "VM option 'SafepointALot' is develop"

Added missing -XX:+IgnoreUnrecognizedVMOptions.

Reviewed-by: vlivanov
This commit is contained in:
Tobias Hartmann 2016-02-05 12:43:57 +01:00
parent 65438b2b53
commit 2bdb607d7d

View File

@ -27,7 +27,7 @@
* @test
* @bug 8148490
* @summary Test correct saving and restoring of vector registers at safepoints.
* @run main/othervm -Xbatch -XX:-TieredCompilation -XX:CompileCommand=exclude,TestRegisterRestoring::main -XX:+SafepointALot TestRegisterRestoring
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:-TieredCompilation -XX:CompileCommand=exclude,TestRegisterRestoring::main -XX:+SafepointALot TestRegisterRestoring
*/
public class TestRegisterRestoring {
public static void main(String args[]) throws Exception {