RFR: 8371178: Preserve fast version of getfield and putfield in AOTCache [v2]

Ioi Lam iklam at openjdk.org
Wed Nov 5 20:49:08 UTC 2025


On Wed, 5 Nov 2025 01:33:39 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

>> Preserve the "fast" version of `getfield` and `putfield` bytecodes in the AOTCache during the assembly phase if the constant pool entry referred by the bytecodes is stored in resolved state in the AOTCache.
>> 
>> Testing:
>> Testing with JTREG="AOT_JDK=true" TEST=hotspot_runtime_no_cds passed on x86-64
>
> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review comments
>   
>   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>

LGTM

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

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/28121#pullrequestreview-3424311114


More information about the hotspot-runtime-dev mailing list