RFR: 8315651: Stop hiding AIX specific multicast socket errors via NetworkConfiguration (aix) [v2]

Thomas Obermeier duke at openjdk.org
Wed Sep 6 11:24:13 UTC 2023


On Wed, 6 Sep 2023 10:14:37 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Thomas Obermeier has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove instead of commenting
>
> test/lib/jdk/test/lib/NetworkConfiguration.java line 189:
> 
>> 187:             //if (Platform.isAix() && isIPv6Available() && !hasIp6Addresses(nif)) {
>> 188:             //    return false;
>> 189:             //}
> 
> Can this entire comment block be removed?

did so with latest commit

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15586#discussion_r1317126985


More information about the net-dev mailing list