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

RISC-V: Unify handling of jumps to runtime

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 24
    • hotspot
    • b22
    • riscv
    • linux

      Was previously discussed here [1].
      Seems not reasonable for `MacroAssembler::j(const Address &dest, Register temp)` to
      delegate work to `MacroAssembler::j(const address dest, Register temp)` for literal Address.
      As discussed, this could generate a plain `JAL`, which means when we relocate the code, but
      the `JAL` immediate could be too large. We can relax this constaint.

      [1] https://github.com/openjdk/jdk/pull/21406#issuecomment-2415965656

            fyang Fei Yang
            fyang Fei Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: