mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-14 07:29:51 +00:00
8363898: RISC-V: TestRangeCheckHoistingScaledIV.java fails after JDK-8355293 when running without RVV
Reviewed-by: fyang, mli, syan
This commit is contained in:
parent
2da0cdadb8
commit
b746701e57
@ -28,7 +28,8 @@
|
||||
* @summary Test range check hoisting for some scaled iv at array index
|
||||
* @library /test/lib /
|
||||
* @requires vm.flagless
|
||||
* @requires vm.debug & vm.compiler2.enabled & (os.simpleArch == "x64" | os.arch == "aarch64" | os.arch == "riscv64")
|
||||
* @requires vm.debug & vm.compiler2.enabled
|
||||
* @requires os.simpleArch == "x64" | os.arch == "aarch64" | (os.arch == "riscv64" & vm.cpu.features ~= ".*rvv.*")
|
||||
* @modules jdk.incubator.vector
|
||||
* @run main/othervm compiler.rangechecks.TestRangeCheckHoistingScaledIV
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user