-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b15
-
riscv
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8367718 | 25.0.2 | Dingli Zhang | P4 | Resolved | Fixed | master |
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.
- backported by
-
JDK-8367718 RISC-V: sync CPU features with related JVM flags for dependant ones
-
- Resolved
-
- 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/jdk25u/2ec608f4
-
Commit(master) openjdk/jdk/f51e442b
-
Review(master) openjdk/jdk25u/199
-
Review(master) openjdk/jdk/27142
(2 links to)