< prev index next >

test/serviceability/dcmd/compiler/CompilerDirectivesDCMDTest.java

Print this page

        

*** 22,43 **** */ /* * @test CompilerDirectivesDCMDTest * @bug 8137167 ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.compiler * java.management - * @build jdk.test.lib.* - * @build jdk.test.lib.dcmd.* - * @run main ClassFileInstaller jdk.test.lib.Platform * @run testng/othervm CompilerDirectivesDCMDTest * @summary Test of diagnostic command */ ! import jdk.test.lib.OutputAnalyzer; import jdk.test.lib.dcmd.CommandExecutor; import jdk.test.lib.dcmd.JMXExecutor; import jdk.test.lib.Platform; import org.testng.annotations.Test; import org.testng.Assert; --- 22,40 ---- */ /* * @test CompilerDirectivesDCMDTest * @bug 8137167 ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.compiler * java.management * @run testng/othervm CompilerDirectivesDCMDTest * @summary Test of diagnostic command */ ! import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.dcmd.CommandExecutor; import jdk.test.lib.dcmd.JMXExecutor; import jdk.test.lib.Platform; import org.testng.annotations.Test; import org.testng.Assert;
< prev index next >