RFR: 8350209: Preserve adapters in AOT cache [v7]
Vladimir Kozlov
kvn at openjdk.org
Fri Apr 25 00:36:51 UTC 2025
On Thu, 24 Apr 2025 01:37:12 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix message
>
> src/hotspot/share/code/aotCodeCache.cpp line 645:
>
>> 643: return false;
>> 644: }
>> 645: log_info(aot, codecache, stubs)("Writing blob '%s' to AOT Code Cache", name);
>
> I'd revisit logging code in AOTCodeCache and downgrade info->debug and debug->trace where appropriate. It feels too low-level most of the time.
done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24740#discussion_r2059406950
More information about the hotspot-compiler-dev
mailing list