test/jdk/java/lang/System/LoggerFinder/LoggerFinderAPI/LoggerFinderAPI.java
changeset 48397 ead47ddf5844
parent 47216 71c04702a3d5
equal deleted inserted replaced
48396:3c9975e46464 48397:ead47ddf5844
    44  *          implementations of the System.LoggerFinder conform to the
    44  *          implementations of the System.LoggerFinder conform to the
    45  *          LoggerFinder specification, in particular with respect to
    45  *          LoggerFinder specification, in particular with respect to
    46  *          throwing NullPointerException. The test uses --limit-module
    46  *          throwing NullPointerException. The test uses --limit-module
    47  *          to force the selection of one or the other.
    47  *          to force the selection of one or the other.
    48  * @author danielfuchs
    48  * @author danielfuchs
       
    49  * @requires !vm.graal.enabled
    49  * @build LoggerFinderAPI
    50  * @build LoggerFinderAPI
    50  * @run main/othervm --limit-modules java.base,java.logging
    51  * @run main/othervm --limit-modules java.base,java.logging
    51  *          -Djava.util.logging.SimpleFormatter.format=LOG-%4$s:-[%2$s]-%5$s%6$s%n
    52  *          -Djava.util.logging.SimpleFormatter.format=LOG-%4$s:-[%2$s]-%5$s%6$s%n
    52  *          LoggerFinderAPI
    53  *          LoggerFinderAPI
    53  * @run main/othervm -Djdk.system.logger.format=LOG-%4$s:-[%2$s]-%5$s%6$s%n
    54  * @run main/othervm -Djdk.system.logger.format=LOG-%4$s:-[%2$s]-%5$s%6$s%n