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

Vladimir Kozlov kvn at openjdk.org
Sat Jun 15 13:36:12 UTC 2024


On Sat, 15 Jun 2024 05:59:22 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.
>
>> I suggest to file followup RFE to make such changes so that this PR will not need to wait for them.
> 
> 
> I have file RFE: [JDK-8334329](https://bugs.openjdk.org/browse/JDK-8334329). I also ran tier1 for these changes and things looks good from our side;

Thank you, @offamitkumar

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

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


More information about the hotspot-runtime-dev mailing list