RFR: 8279485: Incorrect copyright year in compiler/lib/ir_framework/IRNode.java after JDK-8278114
Zhiqiang Zang
duke at openjdk.java.net
Wed Jan 5 04:16:14 UTC 2022
On Wed, 5 Jan 2022 01:44:06 GMT, xpbob <duke at openjdk.java.net> wrote:
> /*
> - * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
>
> ```
> =>
>
> /*
> - * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
>
That makes perfect sense! Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6962
More information about the hotspot-compiler-dev
mailing list