--- a/hotspot/test/compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java Sat Apr 09 23:03:39 2016 +0100
@@ -28,7 +28,7 @@
* @summary Verify that on high abort ratio method will be recompiled
* without rtm locking.
* @library /testlibrary /test/lib /compiler/testlibrary
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.misc
* java.management
* @build TestRTMDeoptOnHighAbortRatio
* @run main ClassFileInstaller sun.hotspot.WhiteBox