JDK-8238959 : Add missing classpath exception to FileAcess and ConstantLookup
Type:Bug
Component:hotspot
Sub-Component:jfr
Affected Version:14
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2020-02-12
Updated:2020-06-16
Resolved:2020-02-14
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.
src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/ConstantLookup.java
src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/FileAccess.java,
was added couple of month back, but there is no mention of Classpath exception.
Comments
Fix Request (14u)
Same reasoning as in Erik's comment above. Patch applies cleanly to 14u.
Fix Request
Omission of the CPE may cause a problem for IBM and others releasing a Java 14 version of their OpenJDK distribution.
The fix is considered low risk as it only modfies two comments and not any code that are being executed.
Public review email with webrev link:
https://mail.openjdk.java.net/pipermail/hotspot-jfr-dev/2020-February/001111.html
Reviewed by: [~mgronlun]