Integrated: JDK-8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API
Mandy Chung
mchung at openjdk.java.net
Wed Apr 28 17:38:09 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
This pull request has now been integrated.
Changeset: b3b2bb28
Author: Mandy Chung <mchung at 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
More information about the core-libs-dev
mailing list