JDK-8225567 : Wrong file headers with 8202414 fix changeset
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8,11,13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-06-11
  • Updated: 2020-07-28
  • Resolved: 2019-06-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 14
11.0.7Fixed 13 b25Fixed 14Fixed
Related Reports
Relates :  
Description
During 8202414 fix, by mistake committed files with wrong header.

So proposing following change -

[src/hotspot/share/opto/memnode.cpp]
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.

[test/hotspot/jtreg/compiler/c2/Test8202414.java]
- * Copyright (c) 2019, Huawei Technologies Co. Ltd. All rights reserved.
+ * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
Comments
Since there is the jdk8u-fix-no, I don't think there is a sense to follow up on this further. Dropping.
28-07-2020

Patches that don't apply cleanly need an RFR.
22-07-2020

Well, it's not exactly a blind approval. Given that it's a copyright-only change (judging by JDK 11 changeset) I don't think we should backport it. Setting jdk8u-fix-no.
21-07-2020

This needs an RFR. I can't blindly approve a change.
25-05-2020

Fix Request (8u) Trivial followup for already backported JDK-820414. Does not apply cleanly, because the old dates are a bit different. Fixed that by hand. (Copyright line changes usually do not warrant the RFR, so not doing it).
24-03-2020

Fix Request (11u) Trivial followup after JDK-8202414. Applies cleanly to 11u.
14-02-2020