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

Ashutosh Mehra asmehra at openjdk.org
Wed Nov 5 01:33:39 UTC 2025


> 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>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/28121/files
  - new: https://git.openjdk.org/jdk/pull/28121/files/a5fd053b..40430e3c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28121&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28121&range=00-01

  Stats: 80 lines in 3 files changed: 14 ins; 44 del; 22 mod
  Patch: https://git.openjdk.org/jdk/pull/28121.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28121/head:pull/28121

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


More information about the hotspot-runtime-dev mailing list