--- jsr166/src/test/jtreg/util/Vector/ComodifiedRemoveAllElements.java 2010/09/05 21:32:20 1.2 +++ jsr166/src/test/jtreg/util/Vector/ComodifiedRemoveAllElements.java 2010/10/16 16:00:28 1.3 @@ -37,7 +37,7 @@ public class ComodifiedRemoveAllElements v.addElement(null); Iterator it = v.iterator(); v.removeAllElements(); - try{ + try { it.next(); } catch (ConcurrentModificationException cme) { return;