RE: Patch for adding SO_REUSEPORT socket option

2016-01-27 Thread Lu, Yingqi
Hi Alan, Here is a new version of the patch: http://cr.openjdk.java.net/~mcberg/jdk/6432031/webrev.08/ In this version, based on your comment, we have changed following items: 1. Remove the dependency of DatagramSocketImpl and MulticastSocket with AbstractPlainSocketImpl. 2. Made addReusePor

JDK-8148424 Support ipv6-only environments

2016-01-27 Thread Martin Buchholz
Are y'all interested in our ipv6-only changes? https://bugs.openjdk.java.net/browse/JDK-8148424 If yes, there will be some work on both sides, mostly for multi-platform testing.

Re: RFR: 8147462: URI.toURL could be more efficient for most non-opaque URIs

2016-01-27 Thread Claes Redestad
On 2016-01-18 17:20, Claes Redestad wrote: The ability for URLStreamHandler implementations to override the parseURL method seem to prevent this improvement unless we only do this for a subset of known, well-behaved URLStreamHandlers, which likely defeat the optimization by adding complexity