hotspot/test/serviceability/dcmd/gc/HeapDumpTest.java
changeset 37047 ba4d0448cc09
parent 35854 d6e6f0a781e4
child 36851 03e2f4d0a421
equal deleted inserted replaced
37046:88fbf4e7b9c6 37047:ba4d0448cc09
    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