< prev index next >

test/java/util/logging/LogManager/Configuration/ParentLoggerWithHandlerGC.java

Print this page

        

@@ -57,10 +57,11 @@
  * @summary tests that FileHandlers configured on abstract nodes in logging.properties
  *          will be closed by reset().
  * @run main/othervm ParentLoggerWithHandlerGC UNSECURE
  * @run main/othervm ParentLoggerWithHandlerGC SECURE
  * @author danielfuchs
+ * @key randomness
  */
 public class ParentLoggerWithHandlerGC {
 
     /**
      * We will test the handling of abstract logger nodes with file handlers in
< prev index next >