RFR: 8155888: java/net/httpclient/QuickResponses.java intermittently failed with java.util.ConcurrentModificationException

Roger Riggs Roger.Riggs at Oracle.com
Fri May 6 17:05:35 UTC 2016


+1


On 5/6/2016 1:04 PM, Chris Hegarty wrote:
> 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