RFR: 8372617: Save and restore stubgen stubs when using an AOT code cache [v4]
Andrew Dinn
adinn at openjdk.org
Tue Jan 20 17:16:18 UTC 2026
On Tue, 2 Dec 2025 16:43:26 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:
>> Andrew Dinn has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - fix whitespace issue
>> - remaining asmehra feedback
>
> src/hotspot/share/code/aotCodeCache.hpp line 403:
>
>> 401: int store_strings();
>> 402:
>> 403: static void set_shared_stubs_complete() NOT_CDS_RETURN;
>
> I don't see `set_shared_stubs_complete`, `set_c1_stubs_complete` and `set_c2_stubs_complete` called from anywhere.
Added calls at appropriate points.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28433#discussion_r2709281443
More information about the hotspot-dev
mailing list