The following code causes an OutOfMemoryException, where it should definitly not:
IntOpenHashSet set = new IntOpenHashSet();
for (int value = 0; value < 100000000; value++) { set.add(value); set.remove(value); }
Logged In: YES user_id=43402
Patch #938624 has now been included in TOpenHashSet to correct Bug #938623. It has also been applied to TKeyOpenHashMap and TKeySOpenHashMap.
The correction will be released in version 1.3.
Thank you!
Log in to post a comment.
Logged In: YES
user_id=43402
Patch #938624 has now been included in TOpenHashSet to
correct Bug #938623. It has also been applied to
TKeyOpenHashMap and TKeySOpenHashMap.
The correction will be released in version 1.3.
Thank you!