jdk/test/java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerTest.java
changeset 36237 963d1115678b
parent 34428 39f1caf048c3
child 37672 03684934dc09
equal deleted inserted replaced
36236:eec5770c5b01 36237:963d1115678b
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    50  * @author  danielfuchs
    50  * @author  danielfuchs
    51  * @summary JDK implementation specific unit test for JDK internal artifacts.
    51  * @summary JDK implementation specific unit test for JDK internal artifacts.
    52             Tests the behavior of bootstrap loggers (and SimpleConsoleLoggers
    52             Tests the behavior of bootstrap loggers (and SimpleConsoleLoggers
    53  *          too).
    53  *          too).
    54  * @modules java.base/jdk.internal.logger
    54  * @modules java.base/jdk.internal.logger
       
    55  *          java.logging
    55  * @build BootstrapLoggerUtils LogStream
    56  * @build BootstrapLoggerUtils LogStream
    56  * @run main/othervm BootstrapLoggerTest NO_SECURITY
    57  * @run main/othervm BootstrapLoggerTest NO_SECURITY
    57  * @run main/othervm BootstrapLoggerTest SECURE
    58  * @run main/othervm BootstrapLoggerTest SECURE
    58  * @run main/othervm/timeout=120 BootstrapLoggerTest SECURE_AND_WAIT
    59  * @run main/othervm/timeout=120 BootstrapLoggerTest SECURE_AND_WAIT
    59  */
    60  */