< prev index next >

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

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

*** 43,54 **** * 1. logger provider is the default one supplied by java.base, * 2. clients are in named/unnamed module, * patched system module, or Xbootclasspath * This test does not require existence of java.logging module, * but require jdk.compiler module ! * @library /lib/testlibrary ! * @build Base CompilerUtils jdk.testlibrary.* * @run main/othervm JDKLoggerForImageTest */ public class JDKLoggerForImageTest extends Base { --- 43,54 ---- * 1. logger provider is the default one supplied by java.base, * 2. clients are in named/unnamed module, * patched system module, or Xbootclasspath * This test does not require existence of java.logging module, * but require jdk.compiler module ! * @library /lib/testlibrary /test/lib ! * @build Base jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run main/othervm JDKLoggerForImageTest */ public class JDKLoggerForImageTest extends Base {
< prev index next >