Integrated: 8371178: Preserve fast version of getfield and putfield in AOTCache

Ashutosh Mehra asmehra at openjdk.org
Wed Nov 5 21:41:15 UTC 2025


On Tue, 4 Nov 2025 02:10:13 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

This pull request has now been integrated.

Changeset: 1357be98
Author:    Ashutosh Mehra <asmehra at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1357be98fc7aeb73655ed1a31d0b6fa7a7213c3e
Stats:     95 lines in 3 files changed: 83 ins; 0 del; 12 mod

8371178: Preserve fast version of getfield and putfield in AOTCache

Reviewed-by: adinn, iklam

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

PR: https://git.openjdk.org/jdk/pull/28121


More information about the hotspot-runtime-dev mailing list