Withdrawn: 8330161: RISC-V: Don't use C for Labels jumps

Robbin Ehn rehn at openjdk.org
Thu May 2 06:33:00 UTC 2024


On Fri, 12 Apr 2024 13:03:27 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

> Hi please consider!
> 
> jal do not have C switch, we always use the full length instructions.
> But jalr have, in case of an unbound Label which is to far for jal we can emit c_jalr.
> When we bind the Label we can't patch the c_jalr.
> 
> Sanity tested.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/18761


More information about the hotspot-dev mailing list