comparison test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java @ 17974:09f19d3de485

8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper Reviewed-by: sla, allwin
author ykantser
date Thu, 05 Jun 2014 15:55:49 +0200
parents c51cd6af7e61
children
comparison
equal deleted inserted replaced
17973:9d8f8852abcc 17974: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";