< prev index next >

test/sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java

Print this page
rev 16856 : 8177374: fix module dependency declaration in jdk_svc tests
Reviewed-by: duke

@@ -37,14 +37,13 @@
  * @bug 8042397
  * @summary Unit test for jmap utility test heap configuration reader
  *
  * @library /test/lib
  * @library /lib/testlibrary
- * @modules jdk.hotspot.agent/sun.jvm.hotspot
+ * @modules java.management
+ *          jdk.hotspot.agent/sun.jvm.hotspot
  *
- * @build jdk.testlibrary.*
- * @build jdk.test.lib.apps.*
  * @build JMapHeapConfigTest TmtoolTestScenario
  * @run main JMapHeapConfigTest
  */
 public class JMapHeapConfigTest {
 
< prev index next >