This is part of a series of diagnostic output updates to java.net tests to
assist in the analysis of failures in IPv6 only environments
for Linux there is not IPv4 configuration but the IPv4 stack remains enabled
For macOS, and windows the IPv4 stacks are disabled, and IPv4 configuration
removed
onfiguration
> removed
>
> add IPSupport::printPlatformSupport(System.out);
>
> to the start of main
Ayush Rigal has updated the pull request incrementally with one additional
commit since the last revision:
8361423: Add IPSupport::printPlatformSupport to
java/net/Net
On Fri, 11 Jul 2025 13:39:33 GMT, Ayush Rigal wrote:
> This is part of a series of diagnostic output updates to java.net tests to
> assist in the analysis of failures in IPv6 only environments
> for Linux there is not IPv4 configuration but the IPv4 stack remains enabled
> Fo