RFR: Save/load i2c2i adapters [v2]

Ashutosh Mehra asmehra at openjdk.org
Tue Nov 12 18:38:12 UTC 2024


On Thu, 7 Nov 2024 17:11:26 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Acquire Compile_lock when writing exception blobs to the SCCache
>>   
>>   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> src/hotspot/share/oops/method.cpp line 432:
> 
>> 430:   if (_adapter != nullptr) {
>> 431:     _adapter->restore_unshareable_info(CHECK);
>> 432:     _from_compiled_entry = _adapter->get_c2i_entry();
> 
> There's similar code in `Method::restore_archived_method_handle_intrinsic()`. I would suggest combining them into a helper function to avoid code duplication.

Done

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

PR Review Comment: https://git.openjdk.org/leyden/pull/25#discussion_r1838588662


More information about the leyden-dev mailing list