Skip to content

Commit 98bc22a

Browse files
DingliZhangPaul Hohensee
authored andcommitted
8361829: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb
Backport-of: 2e7e272d7b5273bae8684095bcda2a9c8bd21dc8
1 parent 05dab28 commit 98bc22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/vectorization/runner/BasicIntOpTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public int[] vectorMulSub() {
141141
}
142142

143143
@Test
144-
@IR(applyIfCPUFeatureOr = {"asimd", "true", "avx2", "true", "rvv", "true"},
144+
@IR(applyIfCPUFeatureOr = {"asimd", "true", "avx2", "true", "zvbb", "true"},
145145
counts = {IRNode.POPCOUNT_VI, ">0"})
146146
public int[] vectorPopCount() {
147147
int[] res = new int[SIZE];

0 commit comments

Comments
 (0)