# HG changeset patch # User ykantser # Date 1430466008 -7200 # Node ID 39cd511a08da6fb2ce4c9bed6fe6d1de95b1c0c5 # Parent faffde6a6773ddee29aa917354d68f044bbfe42c 8079120: serviceability/dcmd/gc/HeapDumpAllTest.java: compilation failed Reviewed-by: sla diff -r faffde6a6773 -r 39cd511a08da hotspot/test/serviceability/dcmd/gc/HeapDumpAllTest.java --- a/hotspot/test/serviceability/dcmd/gc/HeapDumpAllTest.java Thu Apr 30 09:09:01 2015 +0200 +++ b/hotspot/test/serviceability/dcmd/gc/HeapDumpAllTest.java Fri May 01 09:40:08 2015 +0200 @@ -25,12 +25,17 @@ * @test * @summary Test of diagnostic command GC.heap_dump -all=true * @library /testlibrary + * @library /../../test/lib/share/classes * @modules java.base/sun.misc * java.compiler * java.management * jdk.jvmstat/sun.jvmstat.monitor * @build com.oracle.java.testlibrary.* * @build com.oracle.java.testlibrary.dcmd.* + * @build jdk.test.lib.hprof.* + * @build jdk.test.lib.hprof.module.* + * @build jdk.test.lib.hprof.parser.* + * @build jdk.test.lib.hprof.utils.* * @build HeapDumpTest * @run testng HeapDumpAllTest */