On Mon, 9 Jan 2023 10:30:06 GMT, Fredrik Bredberg <d...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: f307e8c6 Author: Fredrik Bredberg <fredrik.bredb...@oracle.com> Committer: Robbin Ehn <r...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f307e8c667895c302e916124751456a5443353ce Stats: 224 lines in 40 files changed: 105 ins; 17 del; 102 mod 8299795: Relativize locals in interpreter frames Reviewed-by: coleenp, rehn, pchilanomate, mdoerr, fyang ------------- PR: https://git.openjdk.org/jdk/pull/11902