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

Michael McMahon michael.x.mcmahon at oracle.com
Thu May 5 11:29:57 UTC 2016


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/

Thanks
Michael


More information about the net-dev mailing list