--- a/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency1.java Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/runtime/Safepoint/AssertSafepointCheckConsistency1.java Sat Apr 09 23:03:39 2016 +0100
@@ -26,7 +26,7 @@
* @bug 8047290
* @summary Ensure that a Monitor::lock_without_safepoint_check fires an assert when it incorrectly acquires a lock which must always have safepoint checks.
* @library /testlibrary /test/lib
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.misc
* java.management
* @build AssertSafepointCheckConsistency1
* @run main ClassFileInstaller sun.hotspot.WhiteBox