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 This pull request has now been integrated. Changeset: b3b2bb28 Author: Mandy Chung <mch...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/b3b2bb2875fc30d550d80e09c3e2b3f257a29869 Stats: 75 lines in 3 files changed: 74 ins; 0 del; 1 mod 8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API Reviewed-by: alanb ------------- PR: https://git.openjdk.java.net/jdk/pull/3741