8292395: [testbug] VectorGatherScatterTest.java fails on SVE with -XX:MaxVectorSize=8 after JDK-8288397
Reviewed-by: chagedorn, thartmann
This commit is contained in:
parent
802ef38060
commit
f75da2235a
@ -42,7 +42,7 @@ import jdk.test.lib.Utils;
|
||||
* @bug 8288397
|
||||
* @key randomness
|
||||
* @library /test/lib /
|
||||
* @requires vm.cpu.features ~= ".*sve.*"
|
||||
* @requires vm.cpu.features ~= ".*sve.*" & (vm.opt.MaxVectorSize == "null" | vm.opt.MaxVectorSize >= 16)
|
||||
* @summary AArch64: Fix register issues in SVE backend match rules
|
||||
* @modules jdk.incubator.vector
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user