RFR: 8225239: Refactor NetworkInterface lookups

2019-07-04 Thread Claes Redestad
Hi, please review this patch that refactors native java.net.NetworkInterface lookup logic in a few ways to address both pre-existing and recent regressions: Bug:https://bugs.openjdk.java.net/browse/JDK-8225239 Webrev: http://cr.openjdk.java.net/~redestad/8225239/open.01/ - adds a package-pr

Re: [teststabilization] RFR: 8226756: Replace wildcard address with loopback or local host in tests - part 18

2019-07-04 Thread Daniel Fuchs
Hi Patrick, Good to see more tests cleaned up! Also good to see that you fixed some tests missing their @test line: these were never run previously I gather... On a general comment - I tend to prefer using the no arg constructor for ServerSocket, and then call the bind() method. That avoids havi

[teststabilization] RFR: 8226756: Replace wildcard address with loopback or local host in tests - part 18

2019-07-04 Thread Patrick Concannon
Hi, Would it be possible to have my fix for JDK-8226756 reviewed? This test is a part of the Network Stabilization Test Set: Replace wildcard address with loopback or local host in tests - part 18. Further information on fixes can be found here: https://bugs.openjdk.java.net/browse/JDK-8226756