RFR: 8316399: Exclude java/net/MulticastSocket/Promiscuous.java on AIX

Alan Bateman alanb at openjdk.org
Mon Sep 18 09:13:39 UTC 2023


On Mon, 18 Sep 2023 07:44:41 GMT, Christoph Langer <clanger at openjdk.org> wrote:

> Without a deeper look, it seems to me that in java/nio/channels/DatagramChannel/Promiscuous.java, AIX is not part of the platforms where joining an IPv4 Multicast group from an an IPv6 channel is attempted, as per [this coding](https://github.com/openjdk/jdk/blob/fbc766ee21ff7e6d414bd7d2c8bd7c9e1889a8af/test/jdk/java/nio/channels/DatagramChannel/Promiscuous.java#L200). I guess this would also be the type of fixing we'd have to apply to each single test.

Thanks, that explains. There's been a flurry of issues related to AIX + multicasting. I think the main issue is that nobody has pointed to something authoritative that says whether AIX allows a dual socket join an IPv4 multicast group or not. It sounds like it doesn't allow it, in which case I assume the issue has been there since JDK 1.4 or whenever the AIX port added support for IPv6.

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

PR Comment: https://git.openjdk.org/jdk/pull/15777#issuecomment-1723025250


More information about the net-dev mailing list