> On 6 Jun 2017, at 05:52, Felix Yang wrote:
>
> Hi,
>
> please review the patch to make the test run with othervm mode. It has been
> observed to be failing in agentvm mode, because Jar connection is not closed
> in prior test.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8181635
>
Hi,
Please find below a patch that fixes several race conditions
observed in the jdk.incubator.httpclient module.
In particular this fixes:
8180044: java/net/httpclient/ManyRequests.java failed due to timeout
https://bugs.openjdk.java.net/browse/JDK-8180044
and
8181430: HTTP/2 client might dead
On 06/06/2017 01:43 PM, Felix Yang wrote:
Missed "Add back read access" before trying to delete it?
Based on my test results (local and JPRT), it deleted w/o any
exceptions. This was originally added by Max in
https://bugs.openjdk.java.net/browse/JDK-7078355.
TO Max, could you comment if suc