RFR: 8354887: Preserve runtime blobs in AOT code cache [v4]

Ashutosh Mehra asmehra at openjdk.org
Tue May 13 17:48:58 UTC 2025


On Mon, 12 May 2025 23:04:54 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Ashutosh Mehra has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Remove more unused code
>>    
>>    Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>>  - Fix whitespace issue. Remove unused code.
>>    
>>    Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> src/hotspot/share/code/aotCodeCache.hpp line 374:
> 
>> 372: 
>> 373:   static bool is_dumping_stubs() NOT_CDS_RETURN_(false);
>> 374:   static bool is_using_stubs() NOT_CDS_RETURN_(false);
> 
> We have singular naming (`is_dumping_stub()`) for these methods in `premain` branch.
> I was debating to do separate RFE for renaming in mainline or may be you can do it here.
> It is up to you.
> I did not pay attention to these when I work on adapter caching. But now I have to merge from mainline to premain and I noticed difference.

I will make this change.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25019#discussion_r2087351871


More information about the hotspot-compiler-dev mailing list