Integrated: 8282917: Remove InetAddressImplFactory from InetAddress

Aleksei Efimov aefimov at openjdk.java.net
Thu Mar 24 13:55:50 UTC 2022


On Wed, 16 Mar 2022 13:26:36 GMT, Aleksei Efimov <aefimov at openjdk.org> wrote:

> Hi,
> 
> This cleanup change removes `InetAddressImplFactory` class from `InetAddress`. The list of changes:
> - Remove `InetAddressImplFactory` from `InetAddress`
> - Since `isIPv6Supported` native code is identical for Windows and Unix implementations it was moved to the libnet's `InetAddress.c`.
> - `InetAddressImplFactory.c` Windows and Unix implementations were removed
> 
> Testing: jdk-tier1 to jdk-tier3 tests show no failures related to the change

This pull request has now been integrated.

Changeset: 929b6a35
Author:    Aleksei Efimov <aefimov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/929b6a3556ce6f6ffb1a5ae14b7f87d21598eb21
Stats:     122 lines in 4 files changed: 15 ins; 105 del; 2 mod

8282917: Remove InetAddressImplFactory from InetAddress

Reviewed-by: dfuchs, jpai

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

PR: https://git.openjdk.java.net/jdk/pull/7842


More information about the net-dev mailing list