JDK-8215397 : jsig.c missing classpath exception
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11,12
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-12-14
  • Updated: 2019-10-18
  • Resolved: 2018-12-18
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 12 JDK 13
11.0.3-oracleFixed 12 b25Fixed 13Fixed
Description
The license header of src/java.base/unix/native/libjsig/jsig.c misses the Classpath Exception text.

Need to add  the CPE to jsig.c similar to the corresponding sibling files. 
Comments
Fix Request Need to backport this patch to keep 11u in sync with other JDK releases. Patch applies cleanly to 11u and does not require further testing.
15-02-2019

Verified by looking at the tip of the file on JDK 12: http://hg.openjdk.java.net/jdk/jdk12/file/6bc1f8d41f4f/src/java.base/unix/native/libjsig/jsig.c Confirmed that the text added by this change http://hg.openjdk.java.net/jdk/jdk12/rev/2086ef5b6c1f for CP exception is still there.
04-01-2019