jdk/test/java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerTest.java
changeset 42338 a60f280f803c
parent 37672 03684934dc09
child 44545 83b611b88ac8
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    50  * @bug     8140364
    50  * @bug     8140364
    51  * @author  danielfuchs
    51  * @author  danielfuchs
    52  * @summary JDK implementation specific unit test for JDK internal artifacts.
    52  * @summary JDK implementation specific unit test for JDK internal artifacts.
    53             Tests the behavior of bootstrap loggers (and SimpleConsoleLoggers
    53             Tests the behavior of bootstrap loggers (and SimpleConsoleLoggers
    54  *          too).
    54  *          too).
    55  * @modules java.base/jdk.internal.logger
    55  * @modules java.base/jdk.internal.logger:+open
    56  *          java.logging
    56  *          java.logging
    57  * @build BootstrapLoggerUtils LogStream
    57  * @build BootstrapLoggerUtils LogStream
    58  * @run main/othervm BootstrapLoggerTest NO_SECURITY
    58  * @run main/othervm BootstrapLoggerTest NO_SECURITY
    59  * @run main/othervm BootstrapLoggerTest SECURE
    59  * @run main/othervm BootstrapLoggerTest SECURE
    60  * @run main/othervm/timeout=120 BootstrapLoggerTest SECURE_AND_WAIT
    60  * @run main/othervm/timeout=120 BootstrapLoggerTest SECURE_AND_WAIT