8279900: compiler/vectorization/TestPopCountVectorLong.java fails due to vpopcntdq is not supported

Reviewed-by: kvn
This commit is contained in:
Jie Fu 2022-01-12 03:55:00 +00:00
parent 3aaa0982d8
commit 1c688f4137

@ -25,6 +25,7 @@
* @test
* @summary Test vectorization of popcount for Long
* @requires vm.cpu.features ~= ".*avx512dq.*"
* @requires vm.cpu.features ~= ".*vpopcntdq.*"
* @requires vm.compiler2.enabled
* @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64"
* @library /test/lib /