RE: [RFR] 8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException: Address already in use: Cannot bind

2019-06-03 Thread Zeller, Arno
Hi Chris, thanks for testing and review. Regards, Arno -Original Message- From: Chris Hegarty Sent: Freitag, 31. Mai 2019 16:06 To: Zeller, Arno Cc: net-dev@openjdk.java.net Subject: Re: [RFR] 8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException:

RE: [RFR] 8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException: Address already in use: Cannot bind

2019-06-03 Thread Zeller, Arno
Hi Christoph, Thanks for review and pushing. Regards, Arno -Original Message- From: Langer, Christoph Sent: Freitag, 31. Mai 2019 16:56 To: Chris Hegarty Cc: net-dev@openjdk.java.net; Zeller, Arno Subject: RE: [RFR] 8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with j

Re: [RFR] 8224645: Test java/nio/channels/DatagramChannel/BasicMulticastTests.java fails with NoSuchElementException

2019-06-03 Thread Arthur Eubanks
Ping on the updated webrev. On Wed, May 29, 2019 at 1:08 PM Arthur Eubanks wrote: > Moved NetworkConfiguration.printSystemConfiguration() to the beginning, >> removed counting and printing the number of interfaces/throwing >> SkippedException. >> new webrev: http://cr.openjdk.java.net/~aeubanks/