test/java/util/AbstractList/CheckForComodification.java

Print this page

        

*** 26,37 **** * @bug 4902078 * @summary concurrent modification not detected on 2nd to last iteration * @author Josh Bloch * * @ignore Bug fix temporarily removed as it uncovered other bugs (4992226) - * @compile -source 1.5 CheckForComodification.java - * @run main CheckForComodification */ import java.util.*; public class CheckForComodification { --- 26,35 ----