hotspot/test/gc/g1/TestRemsetLogging.java
changeset 36851 03e2f4d0a421
parent 35189 a69874af6697
child 39414 4adf52148100
--- a/hotspot/test/gc/g1/TestRemsetLogging.java	Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/gc/g1/TestRemsetLogging.java	Sat Apr 09 23:03:39 2016 +0100
@@ -26,7 +26,7 @@
  * @requires vm.gc=="G1" | vm.gc =="null"
  * @bug 8013895 8129977 8145534
  * @library /testlibrary /test/lib
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.misc
  *          java.management/sun.management
  * @build TestRemsetLoggingTools TestRemsetLogging
  * @run main ClassFileInstaller sun.hotspot.WhiteBox