RFR: 8350209: Preserve adapters in AOT cache [v13]

Vladimir Kozlov kvn at openjdk.org
Thu May 1 02:24:48 UTC 2025


On Thu, 1 May 2025 01:53:20 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address Vladimir's comments
>
> src/hotspot/share/code/aotCodeCache.cpp line 56:
> 
>> 54: #include <errno.h>
>> 55: 
>> 56: static void load_failure() {
> 
> Maybe `on_(load|store)_failure()` or `report_(load|store)_failure()`?

I will use `report_`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24740#discussion_r2069775755


More information about the hotspot-runtime-dev mailing list