Skip to content

Commit e98f412

Browse files
zifeihanRealFYang
authored andcommitted
8346922: TestVectorReinterpret.java fails without the rvv extension on RISCV fastdebug VM
Reviewed-by: fyang, kvn
1 parent ca5390c commit e98f412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorReinterpret.java

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* @modules jdk.incubator.vector
4040
* @modules java.base/jdk.internal.misc
4141
* @summary Test that vector reinterpret intrinsics work as intended.
42+
* @requires os.arch != "riscv64" | vm.cpu.features ~= ".*rvv.*"
4243
* @library /test/lib /
4344
* @run main compiler.vectorapi.reshape.TestVectorReinterpret
4445
*/

0 commit comments

Comments
 (0)