< prev index next >

test/java/util/WeakHashMap/GCDuringIteration.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test * @bug 6499848 * @ignore until 6842353 is resolved * @summary Check that iterators work properly in the presence of * concurrent finalization and removal of elements. + * @key randomness */ import java.util.*; import java.util.concurrent.CountDownLatch;
< prev index next >