From f33d319a7eea937a2f2baa1aef7a4b072c93eb2a Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Thu, 10 Jul 2025 16:30:27 +0800 Subject: [PATCH] 8361829: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails when using RVV without using zvbb --- .../jtreg/compiler/vectorization/runner/BasicIntOpTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/vectorization/runner/BasicIntOpTest.java b/test/hotspot/jtreg/compiler/vectorization/runner/BasicIntOpTest.java index 9f1e578905640..8b85bfa632749 100644 --- a/test/hotspot/jtreg/compiler/vectorization/runner/BasicIntOpTest.java +++ b/test/hotspot/jtreg/compiler/vectorization/runner/BasicIntOpTest.java @@ -141,7 +141,7 @@ public int[] vectorMulSub() { } @Test - @IR(applyIfCPUFeatureOr = {"asimd", "true", "avx2", "true", "rvv", "true"}, + @IR(applyIfCPUFeatureOr = {"asimd", "true", "avx2", "true", "zvbb", "true"}, counts = {IRNode.POPCOUNT_VI, ">0"}) public int[] vectorPopCount() { int[] res = new int[SIZE];