hotspot/test/gc/whitebox/TestWBGC.java
changeset 36851 03e2f4d0a421
parent 35061 be6025ebffea
child 40631 ed82623d7831
--- a/hotspot/test/gc/whitebox/TestWBGC.java	Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/gc/whitebox/TestWBGC.java	Sat Apr 09 23:03:39 2016 +0100
@@ -26,7 +26,7 @@
  * @bug 8055098
  * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly.
  * @library /testlibrary /test/lib
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.misc
  *          java.management
  * @build TestWBGC
  * @run main ClassFileInstaller sun.hotspot.WhiteBox