+1
On 5/6/2016 1:04 PM, Chris Hegarty wrote:
On 5 May 2016, at 12:29, Michael McMahon <michael.x.mcma...@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.