On Tue, 29 Apr 2025 14:42:42 GMT, Ashutosh Mehra <asme...@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