test/java/util/prefs/ConflictInFlush.java

Print this page

        

*** 21,32 **** * questions. */ /* * @test ! * @bug 4703132 * @summary flush() throws an IllegalStateException on a removed node * @author Sucheta Dambalkar */ import java.util.prefs.*; --- 21,33 ---- * questions. */ /* * @test ! * @bug 4703132 7197662 * @summary flush() throws an IllegalStateException on a removed node + * @run main/othervm -Djava.util.prefs.userRoot=. ConflictInFlush * @author Sucheta Dambalkar */ import java.util.prefs.*;