RFR: Store AOT code in cached code region of AOT cache [v2]

Ashutosh Mehra asmehra at openjdk.org
Wed Feb 12 00:07:44 UTC 2025


On Tue, 11 Feb 2025 23:27:54 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Restore code that maps cached code region to CodeCache
>>   
>>   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> It was prepared for "preload" AOT nmethods so we can use them immediately (after your work on caching whole nmethod). Normal AOT nmethods (tier1-4) may live in separate space until they are requested - we can't publish (patch) them until corresponding classes are initialized.

@vnkozlov pushed a change for mapping the cached code region separately from the CodeCache.

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

PR Comment: https://git.openjdk.org/leyden/pull/39#issuecomment-2652331892


More information about the leyden-dev mailing list