RFR: 8299795: Relativize locals in interpreter frames
Fredrik Bredberg
duke at openjdk.org
Mon Jan 9 14:46:43 UTC 2023
Implementation of relativized locals in interpreter frames for x86. x64, aarch64, ppc64le, riscv.
Not relativized 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.
-------------
Commit messages:
- Changed copyright date to 2023
- 8299795: Relativize locals in interpreter frames
Changes: https://git.openjdk.org/jdk/pull/11902/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11902&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8299795
Stats: 227 lines in 40 files changed: 107 ins; 17 del; 103 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 serviceability-dev
mailing list