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.

To download the current JDK release, click here.
JDK 14 JDK 15
14.0.1Fixed 15 b11Fixed
Related Reports
Relates :  
Description
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.
17-02-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/1c6c48d3136b User: egahlin Date: 2020-02-14 22:34:56 +0000
14-02-2020

Fix request rejected Not critical to the release
14-02-2020

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]
12-02-2020