RFR: 8315651: Stop hiding AIX specific multicast socket errors via NetworkConfiguration (aix)
Alan Bateman
alanb at openjdk.org
Wed Sep 6 10:17:41 UTC 2023
On Wed, 6 Sep 2023 09:40:47 GMT, Thomas Obermeier <duke at openjdk.org> wrote:
> 8315651: Stop hiding AIX specific multicast socket errors via NetworkConfiguration (aix)
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?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15586#discussion_r1317062989
More information about the net-dev
mailing list