8292395: [testbug] VectorGatherScatterTest.java fails on SVE with -XX:MaxVectorSize=8 after JDK-8288397

Reviewed-by: chagedorn, thartmann
This commit is contained in:
Hao Sun 2022-08-17 10:30:18 +00:00 committed by Tobias Hartmann
parent 802ef38060
commit f75da2235a

View File

@ -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
*