Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 237812 - Recursion in IdentityHashSet.clone() can cause stack overflow with large set

The following fix for 237812 has been checked in, and was previously reviewed.

https://bugs.eclipse.org/237812
(A patch file has also been uploaded to this bug)

Description:

Modified IdentityHashSet.Entry.clone() (clarification: in the inner Entry class clone method, not the clone() method in IdentityHashSet) method to use iterative cloning instead of using a recursive algorithm.

Code Review:

Not Required (previously reviewed by Tom Ware)

Testing:

LRG (A-OK)

Cheers,
-David

--
Oracle Email Signature Logo
David Minsky | Senior Member of Technical Staff | (613) 288-4605
Oracle Server Technologies DDR
45 O'Connor Street, Suite 400, Ottawa, Ontario, Canada K1P 1A4

Back to the top