< prev index next >

test/serviceability/dcmd/gc/HeapDumpTest.java

Print this page

        

*** 31,59 **** import jdk.test.lib.hprof.HprofParser; import jdk.test.lib.hprof.model.Snapshot; 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 ! * @library /test/lib/share/classes * @modules java.base/jdk.internal.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor - * @build jdk.test.lib.* - * @build jdk.test.lib.dcmd.* - * @build jdk.test.lib.hprof.* - * @build jdk.test.lib.hprof.model.* - * @build jdk.test.lib.hprof.parser.* - * @build jdk.test.lib.hprof.util.* * @run testng HeapDumpTest */ public class HeapDumpTest { protected String heapDumpArgs = ""; --- 31,52 ---- import jdk.test.lib.hprof.HprofParser; import jdk.test.lib.hprof.model.Snapshot; import jdk.test.lib.JDKToolFinder; ! import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.dcmd.CommandExecutor; import jdk.test.lib.dcmd.PidJcmdExecutor; /* * @test * @summary Test of diagnostic command GC.heap_dump ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor * @run testng HeapDumpTest */ public class HeapDumpTest { protected String heapDumpArgs = "";
< prev index next >