-
Bug
-
Resolution: Fixed
-
P2
-
9
After the fix for JDK-8161704, we can no longer build JavaFX with OpenJDK due to leftover dependency on jdk.jfr.
The build logic that depends on jfr is currently disabled in build.gradle, but the module-info.java of javafx.base has a "requires jdk.jfr" statement. This should be removed. As a note,JDK-8088418 is a follow-on RFE to switch to the new API, and when/if that is done it will need to be done such that the dependency is optional.
The build logic that depends on jfr is currently disabled in build.gradle, but the module-info.java of javafx.base has a "requires jdk.jfr" statement. This should be removed. As a note,
- relates to
-
JDK-8161704 Switch to Jigsaw-aware boot JDK for compiling FX 9
-
- Resolved
-
-
JDK-8088418 Reintroduce JFR Pulse Logger
-
- Resolved
-