PING: RFR (S) JDK-8160174: java.net.NetworkInterface - fixes and improvements for network interface listing

2016-07-19 Thread Langer, Christoph
Hi all, can I please get a review for my change: http://cr.openjdk.java.net/~clanger/webrevs/8160174.3/ ? I made some minor updates in place, mostly formatting, to the version from one week ago. The only real change I made is that I now set the scope id of IPv6 addresses to the interface index

Re: RFR JDK-8161091 Incorrect Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted

2016-07-19 Thread Sergey Kuksenko
Who could sponsor this? On 07/14/2016 07:53 AM, Chris Hegarty wrote: On 11 Jul 2016, at 23:47, Sergey Kuksenko wrote: I am awfully sorry, previous fix was incorrect. Please, review the right version: http://cr.openjdk.java.net/~skuksenko/jep110/8161091/webrev.01/ Looks good. Thanks Sergey.

Re: JDK 9 RFR of JDK-8161565: Problem list httpclient/SplitResponse.java and URLPermission/URLTest.java

2016-07-19 Thread Amy Lu
Please review. Thanks, Amy On 7/18/16 1:48 PM, Amy Lu wrote: Below tests have been observed to fail intermittently with relatively high frequency: java/net/httpclient/SplitResponse.java (JDK-8157533) java/net/URLPermission/URLTest.java (JDK-8078568) Please review this patch to put them to pr