Skip to content

Commit 3729884

Browse files
committed
8344371: RISC-V: compiler/intrinsics/chacha/TestChaCha20.java fails after JDK-8343555
Reviewed-by: mli
1 parent dd86369 commit 3729884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/intrinsics/chacha/TestChaCha20.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static void main(String... args) throws Exception {
104104
// Riscv64 intrinsics require the vector instructions
105105
if (containsFuzzy(cpuFeatures, "rvv")) {
106106
System.out.println("Setting up vector worker");
107-
configs.add(List.of("-XX:+UseRVV"));
107+
configs.add(List.of());
108108
}
109109
} else {
110110
// We only have ChaCha20 intrinsics on x64, aarch64 and riscv64

0 commit comments

Comments
 (0)