< prev index next >

test/serviceability/dcmd/gc/HeapDumpAllTest.java

Print this page




  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @summary Test of diagnostic command GC.heap_dump -all=true
  27  * @library /testlibrary
  28  * @library /test/lib/share/classes
  29  * @modules java.base/sun.misc
  30  *          java.compiler
  31  *          java.management
  32  *          jdk.jvmstat/sun.jvmstat.monitor
  33  * @build jdk.test.lib.*
  34  * @build jdk.test.lib.dcmd.*
  35  * @build jdk.test.lib.hprof.*
  36  * @build jdk.test.lib.hprof.module.*
  37  * @build jdk.test.lib.hprof.parser.*
  38  * @build jdk.test.lib.hprof.utils.*
  39  * @build HeapDumpTest
  40  * @run testng HeapDumpAllTest
  41  */
  42 public class HeapDumpAllTest extends HeapDumpTest {
  43     public HeapDumpAllTest() {
  44         super();
  45         heapDumpArgs = "-all=true";
  46     }
  47 
  48     /* See HeapDumpTest for test cases */
  49 }
  50 


  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @summary Test of diagnostic command GC.heap_dump -all=true
  27  * @library /testlibrary
  28  * @library /test/lib/share/classes
  29  * @modules java.base/sun.misc
  30  *          java.compiler
  31  *          java.management
  32  *          jdk.jvmstat/sun.jvmstat.monitor
  33  * @build jdk.test.lib.*
  34  * @build jdk.test.lib.dcmd.*
  35  * @build jdk.test.lib.hprof.*
  36  * @build jdk.test.lib.hprof.model.*
  37  * @build jdk.test.lib.hprof.parser.*
  38  * @build jdk.test.lib.hprof.util.*
  39  * @build HeapDumpTest
  40  * @run testng HeapDumpAllTest
  41  */
  42 public class HeapDumpAllTest extends HeapDumpTest {
  43     public HeapDumpAllTest() {
  44         super();
  45         heapDumpArgs = "-all=true";
  46     }
  47 
  48     /* See HeapDumpTest for test cases */
  49 }
  50 
< prev index next >