JDK-8080815 : Update 8u jdeps list of internal APIs
  • Type: Bug
  • Component: tools
  • Affected Version: 8u60
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-05-21
  • Updated: 2015-09-29
  • Resolved: 2015-05-21
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 8
8u60 b18Fixed
Related Reports
Relates :  
Description
The following packages are non-SE API and exported by JDK 9 (see JDK-8042244)
  org.w3c.dom.css,
  org.w3c.dom.html,
  org.w3c.dom.stylesheets,
  org.w3c.dom.xpath;

JDK 9 jdeps will report them correctly as they are exported.  8u60 jdeps should be updated not to flag them as internal APIs.

In addition, javafx.** are exported APIs.  jdeps should flag the internal JavaFX classes to help developers to determine if they use any JavaFX internal APIs that will become inaccessible in JDK 9.