hotspot/test/compiler/intrinsics/bmi/TestAndnI.java
changeset 36851 03e2f4d0a421
parent 34199 ae7dbc401221
child 40053 b3617982544e
--- a/hotspot/test/compiler/intrinsics/bmi/TestAndnI.java	Sat Apr 09 23:03:25 2016 +0100
+++ b/hotspot/test/compiler/intrinsics/bmi/TestAndnI.java	Sat Apr 09 23:03:39 2016 +0100
@@ -28,7 +28,7 @@
  * @summary Verify that results of computations are the same w/
  *          and w/o usage of ANDN instruction
  * @library /testlibrary /test/lib
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.misc
  *          java.management
  * @build TestAndnI BMITestRunner Expr
  * @run main ClassFileInstaller sun.hotspot.WhiteBox