RFR: JDK-8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API
Alan Bateman
alanb at openjdk.java.net
Wed Apr 28 07:44:50 UTC 2021
On Wed, 28 Apr 2021 01:11:38 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> jdeps should print "JDK removed internal APIs" to give an informative description when a JDK internal API that is being referenced has been removed. JDK-8213909 incorrectly changed it to print `jdk8internals`.
>
> An example output is:
>
>
> classes -> jdk8internals
> p.Main -> sun.misc.Service JDK removed internal API
> p.Main -> sun.misc.SoftCache JDK removed internal API
Marked as reviewed by alanb (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3741
More information about the core-libs-dev
mailing list