java.util.ConcurrentModificationException when serializing non thread-safe maps
- by cristobal.soto@oracle.com
We have got some questions related to exceptions thrown during a map serialization like the following one (in this example, for a LRUMap):
java.util.ConcurrentModificationExceptionat org.apache.commons.collections.SequencedHashMap$OrderedIterator.next(Unknown Source)at org.apache.commons.collections.LRUMap.writeExternal(Unknown Source)at…