diff --git a/test/hotspot/jtreg/compiler/intrinsics/chacha/TestChaCha20.java b/test/hotspot/jtreg/compiler/intrinsics/chacha/TestChaCha20.java index 448d594b6aa..d2f287e8bcc 100644 --- a/test/hotspot/jtreg/compiler/intrinsics/chacha/TestChaCha20.java +++ b/test/hotspot/jtreg/compiler/intrinsics/chacha/TestChaCha20.java @@ -104,7 +104,7 @@ public class TestChaCha20 { // Riscv64 intrinsics require the vector instructions if (containsFuzzy(cpuFeatures, "rvv")) { System.out.println("Setting up vector worker"); - configs.add(List.of("-XX:+UseRVV")); + configs.add(List.of()); } } else { // We only have ChaCha20 intrinsics on x64, aarch64 and riscv64