RFR: 8282917: Remove InetAddressImplFactory from InetAddress [v3]
Aleksei Efimov
aefimov at openjdk.java.net
Wed Mar 16 17:51:17 UTC 2022
> 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
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7842/files
- new: https://git.openjdk.java.net/jdk/pull/7842/files/49fdd576..0b75bb45
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7842&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7842&range=01-02
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/7842.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7842/head:pull/7842
PR: https://git.openjdk.java.net/jdk/pull/7842
More information about the net-dev
mailing list