JDK-8196297 : Remove obsolete JFR logger code
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: 9,10,openjfx11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-01-26
  • Updated: 2018-06-13
  • Resolved: 2018-03-02
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.
Other
openjfx11Fixed
Related Reports
Relates :  
Description
The obsolete JFR logger was removed from the build in JDK 9, since it depended on the old com.oracle.jrockit.jfr API that was removed in JDK 9.

We should remove the obsolete source files in modules/javafx.base/src/main/java-jfr and also any references to it, for example: the commented out reference in build.gradle, the references in the NetBeans and IntelliJ IDE files (the Eclipse IDE files also reference it, but they will be taken care of as part of JDK-8196130).
Comments
Changeset: 8e8647461811 Author: kcr Date: 2018-03-02 05:46 -0800 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/8e8647461811 8196297: Remove obsolete JFR logger code Reviewed-by: aghaisas
02-03-2018

+1
02-03-2018

http://cr.openjdk.java.net/~kcr/8196297/webrev.00/ This removes the obsolete source files in modules/javafx.base/src/main/java-jfr and all references.
01-03-2018