< prev index next >

test/java/util/Timer/DelayOverflow.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test * @bug 6730507 * @summary java.util.Timer schedule delay Long.MAX_VALUE causes task to execute multiple times * @author Chris Hegarty * @author Martin Buchholz + * @key randomness */ import java.util.Date; import java.util.Timer; import java.util.TimerTask;
< prev index next >