-
Bug
-
Resolution: Duplicate
-
P2
-
12
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8231746 | 11.0.8-oracle | Stephen Fitch | P2 | Closed | Fixed | b01 |
The following file has an incorrect header format:
src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZPageTableEntry.java
This was fixed in 13-b03 viaJDK-8218922 but still exist in earlier releases.
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) 2018 Oracle and/or its affiliates. All rights reserved.
Missing comma after year, YEAR should be "2018,"
%YEARS% should be one of two formats
"YEAR,"
"YEAR, YEAR,"
src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZPageTableEntry.java
This was fixed in 13-b03 via
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) 2018 Oracle and/or its affiliates. All rights reserved.
Missing comma after year, YEAR should be "2018,"
%YEARS% should be one of two formats
"YEAR,"
"YEAR, YEAR,"
- backported by
-
JDK-8231746 Incorrect copyright header in src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZPageTableEntry.java
-
- Closed
-
- duplicates
-
JDK-8218922 SA: Enable best-effort implementation of live regions iteration for ZGC
-
- Resolved
-