< prev index next >

test/java/util/logging/FileHandlerLongLimit.java

Print this page

        

@@ -53,10 +53,11 @@
  * @bug 8059767
  * @summary tests that FileHandler can accept a long limit.
  * @run main/othervm FileHandlerLongLimit UNSECURE
  * @run main/othervm FileHandlerLongLimit SECURE
  * @author danielfuchs
+ * @key randomness
  */
 public class FileHandlerLongLimit {
 
     /**
      * We will test handling of limit and overflow of MeteredStream.written in
< prev index next >