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

Vladimir Kozlov kvn at openjdk.org
Thu Apr 24 23:52:59 UTC 2025


On Thu, 24 Apr 2025 00:49:23 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/cds/aotCacheAccess.hpp line 40:
> 
>> 38: class AOTCacheAccess : AllStatic {
>> 39: public:
>> 40:   static void* allocate_aot_code(size_t size) NOT_CDS_RETURN_(nullptr);
> 
> "allocate_aot_code_region", "get_aot_code_region_size", and "map_aot_code_region" would be clearer.

done

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

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


More information about the hotspot-compiler-dev mailing list