hotspot/test/gc/arguments/TestCMSHeapSizeFlags.java
changeset 36851 03e2f4d0a421
parent 36576 8bd19bf60177
child 39414 4adf52148100
--- a/hotspot/test/gc/arguments/TestCMSHeapSizeFlags.java	Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/gc/arguments/TestCMSHeapSizeFlags.java	Sat Apr 09 23:03:39 2016 +0100
@@ -28,7 +28,7 @@
  * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null"
  * @summary Tests argument processing for initial and maximum heap size for the CMS collector
  * @library /testlibrary /test/lib
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.misc
  *          java.management
  * @build TestCMSHeapSizeFlags TestMaxHeapSizeTools
  * @run main ClassFileInstaller sun.hotspot.WhiteBox