< prev index next >

test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTraceCL.java

Print this page
rev 59076 : [mq]: 8243945

*** 27,37 **** * @summary Make sure -Xlog:class+load=info works properly with "modules" jimage, --patch-module, and with -Xbootclasspath/a * @modules java.base/jdk.internal.misc * @library /test/lib * @compile PatchModuleMain.java ! * @run main PatchModuleTraceCL */ import jdk.test.lib.compiler.InMemoryJavaCompiler; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; --- 27,37 ---- * @summary Make sure -Xlog:class+load=info works properly with "modules" jimage, --patch-module, and with -Xbootclasspath/a * @modules java.base/jdk.internal.misc * @library /test/lib * @compile PatchModuleMain.java ! * @run driver PatchModuleTraceCL */ import jdk.test.lib.compiler.InMemoryJavaCompiler; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools;
< prev index next >