This commit is contained in:
Tobias Hartmann 2016-02-05 15:38:21 +01:00
commit 4cce6f082e
2 changed files with 2 additions and 1 deletions

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 {

View File

@ -24,6 +24,7 @@
/*
* @test IntxTest
* @bug 8028756
* @ignore 8148758
* @library /testlibrary /test/lib
* @modules java.management/sun.management
* @build IntxTest