RFR: 8350209: Preserve adapters in AOT cache [v8]
Vladimir Kozlov
kvn at openjdk.org
Tue Apr 29 15:29:16 UTC 2025
On Tue, 29 Apr 2025 14:42:42 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:
>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Downgraded UL as asked. Added synchronization to C strings caching.
>
> src/hotspot/share/code/aotCodeCache.hpp line 340:
>
>> 338: static const char* add_C_string(const char* str) NOT_CDS_RETURN_(str);
>> 339:
>> 340: static const char* add_C_string2(const char* str) NOT_CDS_RETURN_(str);
>
> This method is not used.
removed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24740#discussion_r2066822894
More information about the hotspot-compiler-dev
mailing list