Skip to main content

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

Bug 363749 - Remove recursion from IdentityWeakHashMap$WeakEntry.clone()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=363749

- Replaced recursive code in WeakEntry.clone() (inner class in IdentityWeakHashMap) with iterative code, in order to prevent a potential stack overflow with large datasets

Reviewed: James
Testing: LRG & JPA LRG (ok)

Fixed in trunk (2.4) at revision: 10395


Back to the top