On Wed, 12 Aug 2026 11:36:47 GMT, David Briemann <[email protected]> wrote:
> This fixes the AIX-specific IPv4 multicast join path for dual-stack IPv6 > datagram sockets. > > Manual testing has succeeded for: > - test/jdk/java/net/MulticastSocket/JoinIPv4GroupOnIPv6Socket.java: passed > - test/jdk/java/net/MulticastSocket: passed, 18 passed / 0 failed / 0 errors > - test/jdk/java/nio/channels/DatagramChannel/BasicMulticastTests.java: > passed > - > test/jdk/java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java: > passed > - test/jdk/java/nio/channels/DatagramChannel/Promiscuous.java: passed > > Also the daily test suite has succeeded for tiers 1-4. All relevant tests > have passed. > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Thanks for the review! I removed the new tests and retested the tests mentioned in the PR description. All still pass. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32317#issuecomment-5327974039
