On Tue, 10 Jan 2023 14:38:32 GMT, Axel Boldt-Christmas <abold...@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. My sed script which updated all copyright headers to 2023 didn't take into account files with only one year in the copyright line. My bad. ------------- PR: https://git.openjdk.org/jdk/pull/11902