Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug 370297 checked in

Bug 370297 - Possibility of a deadlock between merging collection into shared cache and IndirectList.

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=370297

 

- Clone instead of synchronizing on collections while merging it to the shared cache.

- Provided a backward compatibility flag ‘eclipselink.synchronizeCollectionOnMerge’ which will synchronize instead of cloning collections.

 

Reviewed By: James Sutherland

Testing: Core LRG & JPA LRG

 

Fixed in trunk (2.4) at revision r10833.


Back to the top