8339787: Add some additional diagnostic output to java/net/ipv6tests/UdpTest.java

Backport-of: cecb0b3d11ed0ce204cb6c3427f5a6858a844aeb
This commit is contained in:
Shivangi Gupta 2024-10-16 17:11:03 +00:00 committed by Sean Coffey
parent a858c2760c
commit 46abc06df2

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -123,7 +123,8 @@ public class Tests {
}
dprintln ("dest2 = " + dest2);
dprintln ("sender endpoint = " + s1.getLocalSocketAddress());
dprintln ("echo endpoint = " + s2.getLocalSocketAddress());
DatagramPacket r1 = new DatagramPacket (new byte[256], 256);
DatagramPacket r2 = new DatagramPacket (new byte[256], 256);