[rfc][icedtea-web] get rid of ConcurrentModificationException in console

Jiri Vanek jvanek at redhat.com
Thu Feb 13 03:33:35 PST 2014


Sometimes the console throw an ConcurrentModificationException on line 238 in preSort. This was 
cuased, becasue sync wos done on *copy* of original list, so original list was not locked. This is 
fixing it.


J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getRidOfConcurrentModificationException.patch
Type: text/x-patch
Size: 1057 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140213/d3a7405b/getRidOfConcurrentModificationException.patch 


More information about the distro-pkg-dev mailing list