mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-20 23:36:18 +00:00
Merge
This commit is contained in:
commit
4cce6f082e
@ -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 {
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test IntxTest
|
||||
* @bug 8028756
|
||||
* @ignore 8148758
|
||||
* @library /testlibrary /test/lib
|
||||
* @modules java.management/sun.management
|
||||
* @build IntxTest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user