Review Request JDK-8215238: (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules
Mandy Chung
mandy.chung at oracle.com
Tue Dec 11 23:57:21 UTC 2018
Several modules including Java EE and CORBA modules [1] and
JavaFX and a few other modules have been removed from JDK.
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. For these removed modules,
their internal API packages should be handled as non-JDK
API and reports missing dependency if not found. The patch
is simple and the main change is to remove them from the
`jdk8_internals.txt` resource file.
Webrev:
http://cr.openjdk.java.net/~mchung/jdk12/webrevs/8215238/webrev.00/
Thanks
Mandy
[1] http://openjdk.java.net/jeps/320
More information about the core-libs-dev
mailing list