RFR: 8219083: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java failed in same binary run on windows x64
Daniel Fuchs
dfuchs at openjdk.org
Wed Mar 22 17:05:31 UTC 2023
On Wed, 22 Mar 2023 15:07:21 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> This PR removes the test from the problemlist.
>
> The test failed in JDK13 because of an issue with `TwoStackPlainDatagramSocket`'s implementation of `setNetworkInterface`, see JBS for details.
>
> `TwoStackPlainDatagramSocket` was completely removed in JDK 18, and the current implementation appears to be immune to the original problem. The test passed on all Windows versions available in Mach5.
Marked as reviewed by dfuchs (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13142#pullrequestreview-1353095802
More information about the net-dev
mailing list