Skip to content

Commit 4af2585

Browse files
committed
Add check if flag is available.
1 parent 3041e65 commit 4af2585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/vectorapi/VectorMaskCompareNotTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @library /test/lib /
3636
* @summary test combining vector not operation with compare
3737
* @modules jdk.incubator.vector
38-
* @requires vm.opt.final.MaxVectorSize>=16
38+
* @requires vm.opt.final.MaxVectorSize == "null" | vm.opt.final.MaxVectorSize >= 16
3939
*
4040
* @run driver compiler.vectorapi.VectorMaskCompareNotTest
4141
*/

0 commit comments

Comments
 (0)