RFR: 8279485: Incorrect copyright year in compiler/lib/ir_framework/IRNode.java after JDK-8278114

Jie Fu jiefu at openjdk.java.net
Wed Jan 5 02:12:15 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.

LGTM and trivial.
Thanks for fixing it.

-------------

Marked as reviewed by jiefu (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/6962


More information about the hotspot-compiler-dev mailing list