We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d4fc0 commit 12d7b2eCopy full SHA for 12d7b2e
test/hotspot/jtreg/compiler/rangechecks/TestRangeCheckHoistingScaledIV.java
@@ -28,7 +28,8 @@
28
* @summary Test range check hoisting for some scaled iv at array index
29
* @library /test/lib /
30
* @requires vm.flagless
31
- * @requires vm.debug & vm.compiler2.enabled & (os.simpleArch == "x64" | os.arch == "aarch64" | os.arch == "riscv64")
+ * @requires vm.debug & vm.compiler2.enabled
32
+ * @requires os.simpleArch == "x64" | os.arch == "aarch64" | (os.arch == "riscv64" & vm.cpu.features ~= ".*rvv.*")
33
* @modules jdk.incubator.vector
34
* @run main/othervm compiler.rangechecks.TestRangeCheckHoistingScaledIV
35
*/
0 commit comments