8079120: serviceability/dcmd/gc/HeapDumpAllTest.java: compilation failed
authorykantser
Fri, 01 May 2015 09:40:08 +0200
changeset 30602 39cd511a08da
parent 30601 faffde6a6773
child 30603 a8754858a7fc
8079120: serviceability/dcmd/gc/HeapDumpAllTest.java: compilation failed Reviewed-by: sla
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
  */