< prev index next >

test/serviceability/dcmd/compiler/CodelistTest.java

Print this page

        

*** 27,49 **** * @library /testlibrary * @modules java.base/sun.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor ! * @build com.oracle.java.testlibrary.* ! * @build com.oracle.java.testlibrary.dcmd.* * @build MethodIdentifierParser * @run testng CodelistTest * @summary Test of diagnostic command Compiler.codelist */ import org.testng.annotations.Test; import org.testng.Assert; ! import com.oracle.java.testlibrary.OutputAnalyzer; ! import com.oracle.java.testlibrary.dcmd.CommandExecutor; ! import com.oracle.java.testlibrary.dcmd.JMXExecutor; import java.lang.reflect.Method; public class CodelistTest { --- 27,49 ---- * @library /testlibrary * @modules java.base/sun.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor ! * @build jdk.test.lib.* ! * @build jdk.test.lib.dcmd.* * @build MethodIdentifierParser * @run testng CodelistTest * @summary Test of diagnostic command Compiler.codelist */ import org.testng.annotations.Test; import org.testng.Assert; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.dcmd.CommandExecutor; ! import jdk.test.lib.dcmd.JMXExecutor; import java.lang.reflect.Method; public class CodelistTest {
< prev index next >