8079120: serviceability/dcmd/gc/HeapDumpAllTest.java: compilation failed
Reviewed-by: sla
--- 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
*/