On Mon, 15 Jun 2026 08:10:22 GMT, Arno Zeller <[email protected]> wrote:
> The tests java/net/MulticastSocket/Test.java and > java/net/MulticastSocket/NoLoopbackPackets.java fail on a Linux server with > IPv6 enabled for loopback interface but not for another interface. > They better check not only for any available IPv6 interface, but ensure that > it is not only the loopback interface. The join relys on routing and the > loopback interface cannot be used for routing as far as I understand. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). test/jdk/java/net/MulticastSocket/NoLoopbackPackets.java line 2: > 1: /* > 2: * Copyright (c) 2007, 2025, Oracle and/or its affiliates. All rights > reserved. Can you update the copyright years in this file? test/jdk/java/net/MulticastSocket/Test.java line 2: > 1: /* > 2: * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights > reserved. Same here. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31512#discussion_r3558887025 PR Review Comment: https://git.openjdk.org/jdk/pull/31512#discussion_r3558889281
