jdk/test/java/util/logging/HandlersConfigTest.java
changeset 42338 a60f280f803c
parent 22110 06e486bc20b6
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    26  * @bug 8029781 8030801
    26  * @bug 8029781 8030801
    27  * @summary Test which verifies that various JDK logging Handlers are
    27  * @summary Test which verifies that various JDK logging Handlers are
    28  *          configured correctly from defaults and/or LogManager properties
    28  *          configured correctly from defaults and/or LogManager properties
    29  *          as specified in javadoc and that no special
    29  *          as specified in javadoc and that no special
    30  *          logging permission is required for instantiating them.
    30  *          logging permission is required for instantiating them.
       
    31  * @modules java.logging/java.util.logging:open
    31  * @run main/othervm HandlersConfigTest default
    32  * @run main/othervm HandlersConfigTest default
    32  * @run main/othervm HandlersConfigTest configured
    33  * @run main/othervm HandlersConfigTest configured
    33  */
    34  */
    34 
    35 
    35 import java.io.IOException;
    36 import java.io.IOException;