-
Bug
-
Resolution: Fixed
-
P3
-
11, 12
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216224 | 13 | Mandy Chung | P3 | Resolved | Fixed | team |
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
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
- backported by
-
JDK-8216224 (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules
- Resolved
- relates to
-
JDK-8211887 jdeps throws NPE when analyzing javafx.media that references a non-existent class used to be in JDK
- Resolved