RFR: 8299795: Relativize locals in interpreter frames [v4]

Fredrik Bredberg duke at openjdk.org
Tue Jan 17 08:35:45 UTC 2023


> Implementation of relativized locals in interpreter frames for x86. x64, arm, aarch64, ppc64le and riscv.
> Not relativized locals on zero and s390 but done some changes to cope with the changed generic code.
> Tested tier1-tier8 on supported platforms. The rest was sanity tested using Qemu, except s390, which was only tested by GitHub Actions.

Fredrik Bredberg has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:

 - Merge branch 'master' into relativize-locals-JDK-8299795_2023-01-09
 - Added references to JDK-8300197
 - Updated some copyright dates.
 - Changed copyright date to 2023
 - 8299795: Relativize locals in interpreter frames

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11902/files
  - new: https://git.openjdk.org/jdk/pull/11902/files/ac821a10..98354c6e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11902&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11902&range=02-03

  Stats: 8598 lines in 696 files changed: 4531 ins; 1692 del; 2375 mod
  Patch: https://git.openjdk.org/jdk/pull/11902.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11902/head:pull/11902

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


More information about the hotspot-dev mailing list