JDK-8215238 : (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules
  • Type: Bug
  • Component: tools
  • Affected Version: 11,12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-12-11
  • Updated: 2019-01-07
  • Resolved: 2018-12-12
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 12 JDK 13
12 b24Fixed 13Fixed
Related Reports
Relates :  
Description
Java EE and CORBA  modules were removed in JDK 11 [1].
JavaFX and a few other modules have been removed in JDK 11 and 12.

jdeps maintains a list of JDK 8 internal API packages that jdeps -jdkinternals 
can properly flag that a reference to JDK 8 internal API that was renamed or 
removed while the feature is still supported. 

jdeps should not flag the implementation packages of the removed modules as JDK internal APIs.

[1] http://openjdk.java.net/jeps/320