< prev index next >

test/serviceability/dcmd/gc/HeapDumpTest.java

Print this page

        

*** 24,48 **** import org.testng.annotations.Test; import org.testng.Assert; import java.io.IOException; ! import com.oracle.java.testlibrary.JDKToolFinder; ! import com.oracle.java.testlibrary.OutputAnalyzer; ! import com.oracle.java.testlibrary.dcmd.CommandExecutor; ! import com.oracle.java.testlibrary.dcmd.PidJcmdExecutor; /* * @test * @summary Test of diagnostic command GC.heap_dump * @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.* * @run testng HeapDumpTest */ public class HeapDumpTest { protected String heapDumpArgs = ""; --- 24,48 ---- import org.testng.annotations.Test; import org.testng.Assert; import java.io.IOException; ! import jdk.test.lib.JDKToolFinder; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.dcmd.CommandExecutor; ! import jdk.test.lib.dcmd.PidJcmdExecutor; /* * @test * @summary Test of diagnostic command GC.heap_dump * @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.* * @run testng HeapDumpTest */ public class HeapDumpTest { protected String heapDumpArgs = "";
< prev index next >