hotspot/test/serviceability/dcmd/gc/RunGCTest.java
changeset 29678 dd2f3932c21e
parent 29324 8672c9d7ae94
child 30604 b8d532cb6420
--- a/hotspot/test/serviceability/dcmd/gc/RunGCTest.java	Mon Mar 23 11:44:41 2015 -0700
+++ b/hotspot/test/serviceability/dcmd/gc/RunGCTest.java	Thu Mar 26 16:36:56 2015 +0100
@@ -37,6 +37,10 @@
  * @test
  * @summary Test of diagnostic command GC.run
  * @library /testlibrary
+ * @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.*
  * @run testng/othervm -XX:+PrintGCDetails -Xloggc:RunGC.gclog -XX:-ExplicitGCInvokesConcurrent RunGCTest