JDK-8221532 : Incorrect copyright header in FileSystemSupport_md.c
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 11,13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-03-27
  • Updated: 2019-11-04
  • Resolved: 2019-03-28
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
11.0.6-oracleFixed 13 b15Fixed
Description
The following file has an incorrect header format: 

src/java.instrument/unix/native/libinstrument/FileSystemSupport_md.c 
src/java.instrument/windows/native/libinstrument/FileSystemSupport_md.c 

You were assigned this bug since you were the last active developer to edit this file. 

You can verify the header is correct with make/scripts/lic_check.sh (from JDK 10 WS) to make sure each file now passes. 

The template is located at: 
  make/templates/gpl-header 
  make/templates/gpl-cp-header 

 * Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. 

Missing comma after second year, YEAR should be "2018," 

%YEARS% should be one of two formats 

    "YEAR," 
    "YEAR, YEAR," 

Comments
Fix Request (11u) This trivial backport keeps codebases in sync (I see 11.0.6-oracle). Patch applies cleanly to 11u.
01-11-2019