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

xpbob duke at openjdk.java.net
Wed Jan 5 02:25:18 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.

This pull request has now been integrated.

Changeset: 8b5de27c
Author:    bobpengxie <bobpengxie at tencent.com>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8b5de27ce1e4fe664e08879c2ca89d08db710c9d
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

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

Reviewed-by: haosun, jiefu

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

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


More information about the hotspot-compiler-dev mailing list