[lworld] RFR: 8328329: [lworld] Optimize field type checking sequence for x86 target.

Jatin Bhateja jbhateja at openjdk.org
Mon Mar 18 07:56:51 UTC 2024


- For field access bytecodes (getfield / putfield) interpreter perform special handling for flat / null restricted fields.
- Patch replaces existing flag checking sequence with efficient sequence based on 'bt' instruction.

Kindly review and approve.

Best Regards,
Jatin

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

Commit messages:
 - 8328329: [lworld] Optimize field type checking sequence for x86 target.

Changes: https://git.openjdk.org/valhalla/pull/1051/files
  Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1051&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8328329
  Stats: 20 lines in 3 files changed: 8 ins; 6 del; 6 mod
  Patch: https://git.openjdk.org/valhalla/pull/1051.diff
  Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1051/head:pull/1051

PR: https://git.openjdk.org/valhalla/pull/1051



More information about the valhalla-dev mailing list