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

Print this page
rev 6486 : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper

*** 42,52 **** * @test * @bug 6313383 * @key regression * @summary Regression test for hprof export issue due to large heaps (>2G) * @library /testlibrary ! * @compile JMapHProfLargeHeapProc.java * @run main JMapHProfLargeHeapTest */ public class JMapHProfLargeHeapTest { private static final String HEAP_DUMP_FILE_NAME = "heap.hprof"; --- 42,52 ---- * @test * @bug 6313383 * @key regression * @summary Regression test for hprof export issue due to large heaps (>2G) * @library /testlibrary ! * @build com.oracle.java.testlibrary.* JMapHProfLargeHeapProc * @run main JMapHProfLargeHeapTest */ public class JMapHProfLargeHeapTest { private static final String HEAP_DUMP_FILE_NAME = "heap.hprof";