RFR: 8333819: Move embedded external addresses from relocation info into separate global table
Vladimir Kozlov
kvn at openjdk.org
Fri Jun 14 16:10:17 UTC 2024
On Fri, 14 Jun 2024 05:31:46 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> > I will leave it to s390 port supporters to do that. Only s390 port uses it.
>
> I'm looking into it;
Thank you, @offamitkumar
I looked on `runtime_call_w_cp_type` related code for s390 and it is not simple. Refactoring it will take more changes than current PR. It seems `CodeBlob::ctable_begin()` can be also removed.
I suggest to file followup RFE to make such changes so that this PR will not need to wait for them.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19703#issuecomment-2168336254
More information about the hotspot-compiler-dev
mailing list