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. src/hotspot/cpu/aarch64/continuationHelper_aarch64.inline.hpp line 2: > 1: /* > 2: * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. Note, you changed the initial year. Should be: - * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. ------------- PR: https://git.openjdk.org/jdk/pull/11902