Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-dev] fix for bug 216807

I'm checking in a fix for bug 216814.

Description: 

IdentityMapHashMap is a slightly modified version of ConcurrentHashMap, which
was originally in the public domain, but no longer appears to be.  

The current solution is to remove the IdentityMapHashMap and use the
ConcurrentHashMap.  Performance test runs may indicate that another soluition
is required.

Changes made to FullIdentityMap; Class Removed - IdentityMapHashMap.

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top