Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8367098

RISC-V: sync CPU features with related JVM flags for dependant ones

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • None
    • hotspot
    • None
    • master
    • riscv

      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.

            mli Hamlin Li
            mli Hamlin Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: