--- a/hotspot/test/serviceability/dcmd/gc/HeapDumpAllTest.java Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/serviceability/dcmd/gc/HeapDumpAllTest.java Fri Aug 19 10:06:30 2016 -0400
@@ -24,19 +24,11 @@
/*
* @test
* @summary Test of diagnostic command GC.heap_dump -all=true
- * @library /testlibrary
- * @library /test/lib/share/classes
+ * @library /test/lib
* @modules java.base/jdk.internal.misc
* java.compiler
* java.management
* jdk.jvmstat/sun.jvmstat.monitor
- * @build jdk.test.lib.*
- * @build jdk.test.lib.dcmd.*
- * @build jdk.test.lib.hprof.*
- * @build jdk.test.lib.hprof.model.*
- * @build jdk.test.lib.hprof.parser.*
- * @build jdk.test.lib.hprof.util.*
- * @build HeapDumpTest
* @run testng HeapDumpAllTest
*/
public class HeapDumpAllTest extends HeapDumpTest {