Re: Patch for adding SO_REUSEPORT socket option

2016-01-29 Thread Alan Bateman
On 28/01/2016 06:03, Lu, Yingqi wrote: 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 Abstr

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

2016-01-29 Thread Alan Bateman
On 28/01/2016 23:47, Claes Redestad wrote: Sure, as this is package-private API a short description and reference to the URI::toURL method whose specification we adhere to should suffice: http://cr.openjdk.java.net/~redestad/8147462/webrev.06/ This looks good - thanks! -Alan