RFR: 8333819: Move embedded external addresses from relocation info into separate global table

Vladimir Kozlov kvn at openjdk.org
Thu Jun 13 21:47:13 UTC 2024


On Thu, 13 Jun 2024 21:24:26 GMT, Dean Long <dlong at openjdk.org> wrote:

> It might make sense to use ExternalsRecorder for runtime_call_w_cp_type as well.

`runtime_call_w_cp_type` does not contain absolute address - it has offset in Constants section.

Yes, address can be moved from Constants section into new global table. But it should be followup separate RFE and I will leave it to s390 port supporters to do that. Only s390 port uses it.

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

PR Comment: https://git.openjdk.org/jdk/pull/19703#issuecomment-2166846633


More information about the hotspot-compiler-dev mailing list