On Wed, 28 Apr 2021 01:11:38 GMT, Mandy Chung <mch...@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

Reply via email to