[jdk11u-dev] RFR: 8216417: cleanup of IPv6 scope-id handling

Goetz Lindenmaier goetz at openjdk.java.net
Thu Sep 23 16:42:15 UTC 2021


I downport this for parity with 11.0.13-oracle.

Resolved imports in AbstractPlainDatagramSocketImpl.java AbstractPlainSocketImpl.java
and added IPAddressUtil.
Simple context difference: IPAddressUtil.java
Merge with different code: DatagramChannelImpl.java, the only relevant resolve.
net_util_md.c Deleted code differs slightly.
ProblemList: methods are not problem listed. Skipped.

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

Commit messages:
 - Backport 247a6a2ce4f890252ec256de107c1fc4b898aaf6

Changes: https://git.openjdk.java.net/jdk11u-dev/pull/404/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=404&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8216417
  Stats: 1332 lines in 22 files changed: 745 ins; 571 del; 16 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/404.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/404/head:pull/404

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


More information about the jdk-updates-dev mailing list