RFR: 8315651: Stop hiding AIX specific multicast socket errors via NetworkConfiguration (aix) [v2]
Alan Bateman
alanb at openjdk.org
Wed Sep 6 11:24:13 UTC 2023
On Wed, 6 Sep 2023 11:16:13 GMT, Thomas Obermeier <duke at openjdk.org> wrote:
>> 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
Thanks, this removal looks okay to me although it's impossible to know if tests will now fail in some AIX configs.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15586#discussion_r1317129047
More information about the net-dev
mailing list