--- old/test/java/util/WeakHashMap/GCDuringIteration.java 2015-04-21 18:52:37.444895973 -0700 +++ new/test/java/util/WeakHashMap/GCDuringIteration.java 2015-04-21 18:52:37.260803969 -0700 @@ -27,6 +27,7 @@ * @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.*;