RFR: 8333819: Move embedded external addresses from relocation info into separate global table
Lutz Schmidt
lucy at openjdk.org
Mon Jun 17 05:50:12 UTC 2024
On Fri, 14 Jun 2024 22:17:43 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Are runtime addresses always "far" on s390? Or they can be "relative"?
@vnkozlov Runtime calls can be both, "relatine" and "far". They are initially generated "far" and later on, during "shorten_branches", may get converted to "pc-relative". If Leyden logic can't live with the pc-relative case, we need to switch of this optimization.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19703#issuecomment-2172338693
More information about the hotspot-runtime-dev
mailing list