RFR: 8282917: Remove InetAddressImplFactory from InetAddress [v3]
Jaikiran Pai
jpai at openjdk.java.net
Thu Mar 17 01:51:35 UTC 2022
On Wed, 16 Mar 2022 17:51:17 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
>
> Aleksei Efimov has updated the pull request incrementally with one additional commit since the last revision:
>
> Update Java_java_net_InetAddress_isIPv4Available signature comment
Marked as reviewed by jpai (Committer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7842
More information about the net-dev
mailing list