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.
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.