Skip to content

Commit

Permalink
8346922: TestVectorReinterpret.java fails without the rvv extension o…
Browse files Browse the repository at this point in the history
…n RISCV fastdebug VM

Reviewed-by: fyang, kvn
  • Loading branch information
zifeihan authored and RealFYang committed Jan 6, 2025
1 parent ca5390c commit e98f412
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* @modules jdk.incubator.vector
* @modules java.base/jdk.internal.misc
* @summary Test that vector reinterpret intrinsics work as intended.
* @requires os.arch != "riscv64" | vm.cpu.features ~= ".*rvv.*"
* @library /test/lib /
* @run main compiler.vectorapi.reshape.TestVectorReinterpret
*/
Expand Down

1 comment on commit e98f412

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.