< prev index next >

test/runtime/logging/MonitorMismatchTest.java

Print this page

        

*** 24,41 **** /* * @test MonitorMismatchTest * @bug 8150084 * @modules java.base/jdk.internal.misc ! * @library /testlibrary * @compile MonitorMismatchHelper.jasm - * @build jdk.test.lib.OutputAnalyzer jdk.test.lib.ProcessTools jdk.test.lib.Platform * @run driver MonitorMismatchTest */ ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; import jdk.test.lib.Platform; public class MonitorMismatchTest { public static void main(String... args) throws Exception { --- 24,40 ---- /* * @test MonitorMismatchTest * @bug 8150084 * @modules java.base/jdk.internal.misc ! * @library /test/lib * @compile MonitorMismatchHelper.jasm * @run driver MonitorMismatchTest */ ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; import jdk.test.lib.Platform; public class MonitorMismatchTest { public static void main(String... args) throws Exception {
< prev index next >