[jdk11u-dev] RFR: 8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API

Alexander Scherbatiy alexsch at openjdk.java.net
Tue Jun 15 11:48:03 UTC 2021


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

-------------

Commit messages:
 - 8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/32/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=32&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8265773
  Stats: 75 lines in 3 files changed: 74 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/32.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/32/head:pull/32

PR: https://git.openjdk.java.net/jdk11u-dev/pull/32


More information about the jdk-updates-dev mailing list