RFR: 8371178: Preserve fast version of getfield and putfield in AOTCache [v2]
Andrew Dinn
adinn at openjdk.org
Wed Nov 5 09:22:47 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>
Marked as reviewed by adinn (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28121#pullrequestreview-3420755905
More information about the hotspot-runtime-dev
mailing list