-
Bug
-
Resolution: Fixed
-
P2
-
9-repo-jigsaw
The signature of HostServices::getWindow was changed as part of JDK-8090136. After much discussion, we have settled on an approach that does not require breaking compatibility with JDK 8 for applications that call this method. This means that javafx.graphics will have a dependence on the new jdk.jsobject module, which in turn has a dependence on java.desktop, but it will not "requires public" java.desktop, so in the future this dependence can be removed once the soon-to-be-deprecated JSObject::getWindow method is removed (e.g., in JDK 10).
- is blocked by
-
JDK-8132744 Remove dependency on jdk.plugin from javafx.web
- Resolved
-
JDK-8132743 Move netscape.javascript package from jdk.plugin to new module
- Resolved
- relates to
-
JDK-8090136 Remove duplicate copy of netscape.javascript package
- Resolved