equal
deleted
inserted
replaced
49 * @build jdk.test.lib.* |
49 * @build jdk.test.lib.* |
50 * @build jdk.test.lib.dcmd.* |
50 * @build jdk.test.lib.dcmd.* |
51 * @build jdk.test.lib.hprof.* |
51 * @build jdk.test.lib.hprof.* |
52 * @build jdk.test.lib.hprof.model.* |
52 * @build jdk.test.lib.hprof.model.* |
53 * @build jdk.test.lib.hprof.parser.* |
53 * @build jdk.test.lib.hprof.parser.* |
54 * @build jdk.test.lib.hprof.utils.* |
54 * @build jdk.test.lib.hprof.util.* |
55 * @run testng HeapDumpTest |
55 * @run testng HeapDumpTest |
56 */ |
56 */ |
57 public class HeapDumpTest { |
57 public class HeapDumpTest { |
58 protected String heapDumpArgs = ""; |
58 protected String heapDumpArgs = ""; |
59 |
59 |