< prev index next >

test/java/lang/System/LoggerFinder/modules/JDKLoggerForJDKTest.java

Print this page
rev 17315 : 8181335: remove packageless CompilerUtils
Reviewed-by: duke

*** 43,54 **** * @summary Test cases which run against the JDK image, check the situation where * 1. logger provider is the default one supplied by the JDK, * 2. clients are in named/unnamed module, * patched system module, or Xbootclasspath * This test DOES require existence of java.logging module ! * @library /lib/testlibrary ! * @build Base CompilerUtils jdk.testlibrary.* * @run main/othervm JDKLoggerForJDKTest */ public class JDKLoggerForJDKTest extends Base { --- 43,54 ---- * @summary Test cases which run against the JDK image, check the situation where * 1. logger provider is the default one supplied by the JDK, * 2. clients are in named/unnamed module, * patched system module, or Xbootclasspath * This test DOES require existence of java.logging module ! * @library /lib/testlibrary /test/lib ! * @build Base jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run main/othervm JDKLoggerForJDKTest */ public class JDKLoggerForJDKTest extends Base {
< prev index next >