8079120: serviceability/dcmd/gc/HeapDumpAllTest.java: compilation failed

Reviewed-by: sla
This commit is contained in:
Katja Kantserova 2015-05-01 09:40:08 +02:00
parent e68705a3f8
commit d3c1eacc93

View File

@ -25,12 +25,17 @@
* @test * @test
* @summary Test of diagnostic command GC.heap_dump -all=true * @summary Test of diagnostic command GC.heap_dump -all=true
* @library /testlibrary * @library /testlibrary
* @library /../../test/lib/share/classes
* @modules java.base/sun.misc * @modules java.base/sun.misc
* java.compiler * java.compiler
* java.management * java.management
* jdk.jvmstat/sun.jvmstat.monitor * jdk.jvmstat/sun.jvmstat.monitor
* @build com.oracle.java.testlibrary.* * @build com.oracle.java.testlibrary.*
* @build com.oracle.java.testlibrary.dcmd.* * @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 * @build HeapDumpTest
* @run testng HeapDumpAllTest * @run testng HeapDumpAllTest
*/ */