jdk/test/java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerAPIsTest.java
changeset 42338 a60f280f803c
parent 37672 03684934dc09
child 44545 83b611b88ac8
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    37 /*
    37 /*
    38  * @test
    38  * @test
    39  * @bug     8144460 8144214
    39  * @bug     8144460 8144214
    40  * @summary Cover the logXX and LogEvent.valueOf APIs of BootstrapLogger
    40  * @summary Cover the logXX and LogEvent.valueOf APIs of BootstrapLogger
    41  *          and logXX APIs of SimpleConsoleLogger.
    41  *          and logXX APIs of SimpleConsoleLogger.
    42  * @modules java.base/jdk.internal.logger
    42  * @modules java.base/jdk.internal.logger:+open
    43  *          java.base/sun.util.logging
    43  *          java.base/sun.util.logging
    44  * @build BootstrapLoggerUtils LogStream
    44  * @build BootstrapLoggerUtils LogStream
    45  * @run main/othervm BootstrapLoggerAPIsTest
    45  * @run main/othervm BootstrapLoggerAPIsTest
    46  */
    46  */
    47 
    47