< prev index next >

test/java/util/logging/SimpleLogManager.java

Print this page

        

@@ -29,10 +29,11 @@
  * @test
  * @bug 8005615
  * @summary A LogManager subclass overrides its own implementation of named
  *          logger (see the subclassing information in the Logger class specification)
  *
+ * @modules java.base/sun.util.logging
  * @compile -XDignore.symbol.file CustomLogManager.java SimpleLogManager.java
  * @run main/othervm -Djava.util.logging.manager=SimpleLogManager SimpleLogManager
  */
 public class SimpleLogManager extends CustomLogManager {
     public static void main(String[] args) {
< prev index next >