jdk/test/com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java
changeset 33832 7dde7a271492
parent 30659 f7d610c0c95d
child 34324 19a97dc4cb26
equal deleted inserted replaced
33659:400008d8de8c 33832:7dde7a271492
    36 /*
    36 /*
    37  * @test
    37  * @test
    38  * @bug 6455258
    38  * @bug 6455258
    39  * @summary Sanity test for com.sun.management.HotSpotDiagnosticMXBean.dumpHeap method
    39  * @summary Sanity test for com.sun.management.HotSpotDiagnosticMXBean.dumpHeap method
    40  * @library /lib/testlibrary
    40  * @library /lib/testlibrary
    41  * @library /../../test/lib/share/classes
    41  * @library /test/lib/share/classes
    42  * @build jdk.testlibrary.*
    42  * @build jdk.testlibrary.*
    43  * @build jdk.test.lib.hprof.*
    43  * @build jdk.test.lib.hprof.*
    44  * @build jdk.test.lib.hprof.module.*
    44  * @build jdk.test.lib.hprof.module.*
    45  * @build jdk.test.lib.hprof.parser.*
    45  * @build jdk.test.lib.hprof.parser.*
    46  * @build jdk.test.lib.hprof.utils.*
    46  * @build jdk.test.lib.hprof.utils.*