[jdk11u-dev] RFR: 8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API
Severin Gehwolf
sgehwolf at openjdk.java.net
Mon Jun 21 08:14:37 UTC 2021
On Tue, 15 Jun 2021 11:42:32 GMT, Alexander Scherbatiy <alexsch at openjdk.org> wrote:
> This is a direct backport of the fix `JDK-8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API` to jdk11u-dev.
> The patch applies cleanly.
>
> The fix has been built with the latest jdk11u-dev sources on Ubuntu 18.04 and manually tested with reactor-core-3.4.5.jar lib.
>
> The jdeps output without the fix is `jdk8internals`:
>
> build/linux-x86_64-normal-server-release/jdk/bin/jdeps -s reactor-core-3.4.5.jar
> reactor-core-3.4.5.jar -> jdk8internals
> reactor-core-3.4.5.jar -> java.base
> reactor-core-3.4.5.jar -> java.logging
> reactor-core-3.4.5.jar -> not found
>
>
> and with the fix is `JDK removed internal API`
>
> build/linux-x86_64-normal-server-release/jdk/bin/jdeps -s reactor-core-3.4.5.jar
> reactor-core-3.4.5.jar -> JDK removed internal API
> reactor-core-3.4.5.jar -> java.base
> reactor-core-3.4.5.jar -> java.logging
> reactor-core-3.4.5.jar -> not found
This is a clean backport. It only needs maintainer approval in the bug. Please add "Fix Request" comment and appropriate label.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/32
More information about the jdk-updates-dev
mailing list