Hi,
some users reports high allocation rates in ParseUtil.encodePath,
regardless of whether paths actually need to be encoded or not.
Since this is a commonly used utility it makes sense.
Webrev: http://cr.openjdk.java.net/~redestad/8170785/webrev.01
Bug: https://bugs.openjdk.java.net/browse/JDK
On 27 Dec 2016, at 06:24, John Jiang wrote:
>
> Hi,
> sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh failed with
> timeout.
> The client side could hang if the server goes to timeout before getting the
> client request, and the proxy also could be blocked.
>
> This patch sets t
Arno,
> On 27 Dec 2016, at 11:44, Zeller, Arno wrote:
>
> Hi Chris,
>
> Thanks for having a look at my change:
>
>> 1) It seems awful to have to deal with LinkedList in native code. How
>> about returning an array from native, and then converting that into
>> whatever list type is appropri
> On 29 Dec 2016, at 13:20, Langer, Christoph wrote:
>
> Hi Goetz,
>
> thanks for reviewing this.
>
> I have addressed your comments in a new webrev:
> http://cr.openjdk.java.net/~clanger/webrevs/8170544.1/
This mainly looks fine. Just a few comments:
1) NetworkInterface.c
I’m not sure