some extensions depends on another one, for example, zvbb depends on rvv.
That means if rvv is disabled or not supported by the CPU, UseZvbb should return false, and zvbb should not appear in cpu string.
But the currently, the cpu string contains zvbb even if rvv is disabled, which is not right.
That means if rvv is disabled or not supported by the CPU, UseZvbb should return false, and zvbb should not appear in cpu string.
But the currently, the cpu string contains zvbb even if rvv is disabled, which is not right.
- relates to
-
JDK-8352218 RISC-V: Zvfh requires RVV
-
- Resolved
-
-
JDK-8329823 RISC-V: Need to sync CPU features with related JVM flags
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/f51e442b
-
Review(master) openjdk/jdk/27142