RFR: 8155888: java/net/httpclient/QuickResponses.java intermittently failed with java.util.ConcurrentModificationException
Chris Hegarty
chris.hegarty at oracle.com
Fri May 6 17:04:17 UTC 2016
On 5 May 2016, at 12:29, Michael McMahon <michael.x.mcmahon at oracle.com> wrote:
> Another occasional test case failure. It's a concurrent modification exception caused
> by modifying a list during processing of the list (by the same thread). The solution
> is to keep separate lists of the modifications and to process them after the iterator
> completes.
>
> http://cr.openjdk.java.net/~michaelm/8155888/webrev.1/
This looks ok to me Michael.
-Chris.
More information about the net-dev
mailing list