RFR: 8339787: Add some additional diagnostic output to java/net/ipv6tests/UdpTest.java
Daniel Fuchs
dfuchs at openjdk.org
Wed Sep 18 15:52:07 UTC 2024
On Wed, 18 Sep 2024 15:24:14 GMT, serhiysachkov <duke at openjdk.org> wrote:
> 8339787: Add some additional diagnostic output to java/net/ipv6tests/UdpTest.java
test/jdk/java/net/ipv6tests/Tests.java line 127:
> 125: dprintln ("dest2 = " + dest2);
> 126: dprintln ("sender endpoint == " + s1.getLocalSocketAddress());
> 127: dprintln ("echo endpoint == " + s2.getLocalSocketAddress());
Nit: Any reason to have a single " = " line 125 and two " == " on these two lines?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21066#discussion_r1765315684
More information about the net-dev
mailing list