test/sun/util/logging/PlatformLoggerTest.java

Print this page

        

*** 24,37 **** /* * @test * @bug 6882376 6985460 * @summary Test if java.util.logging.Logger is created before and after * logging is enabled. Also validate some basic PlatformLogger ! * operations. * * @compile -XDignore.symbol.file PlatformLoggerTest.java ! * @run main PlatformLoggerTest */ import java.util.logging.*; import sun.util.logging.PlatformLogger; --- 24,38 ---- /* * @test * @bug 6882376 6985460 * @summary Test if java.util.logging.Logger is created before and after * logging is enabled. Also validate some basic PlatformLogger ! * operations. othervm mode to make sure java.util.logging ! * is not initialized. * * @compile -XDignore.symbol.file PlatformLoggerTest.java ! * @run main/othervm PlatformLoggerTest */ import java.util.logging.*; import sun.util.logging.PlatformLogger;