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
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
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