Skip to content

Commit d2c0099

Browse files
committed
aditional checks for the test
1 parent b3717ad commit d2c0099

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/hotspot/jtreg/compiler/vectorization/TestPopCountVectorLong.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
* @test
2626
* @summary Test vectorization of popcount for Long
2727
* @requires vm.cpu.features ~= ".*avx512dq.*"
28+
* @requires vm.compiler2.enabled
29+
* @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64"
2830
* @library /test/lib /
2931
* @run driver compiler.vectorization.TestPopCountVectorLong
3032
*/

0 commit comments

Comments
 (0)