test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java

changeset 6717
09f19d3de485
parent 5947
c51cd6af7e61
child 6876
710a3c8b516e
child 9916
545fe7caa2fb
equal deleted inserted replaced
6716:9d8f8852abcc 6717:09f19d3de485
42 * @test 42 * @test
43 * @bug 6313383 43 * @bug 6313383
44 * @key regression 44 * @key regression
45 * @summary Regression test for hprof export issue due to large heaps (>2G) 45 * @summary Regression test for hprof export issue due to large heaps (>2G)
46 * @library /testlibrary 46 * @library /testlibrary
47 * @compile JMapHProfLargeHeapProc.java 47 * @build com.oracle.java.testlibrary.* JMapHProfLargeHeapProc
48 * @run main JMapHProfLargeHeapTest 48 * @run main JMapHProfLargeHeapTest
49 */ 49 */
50 50
51 public class JMapHProfLargeHeapTest { 51 public class JMapHProfLargeHeapTest {
52 private static final String HEAP_DUMP_FILE_NAME = "heap.hprof"; 52 private static final String HEAP_DUMP_FILE_NAME = "heap.hprof";

mercurial