hotspot/test/runtime/modules/AccessCheck/ExpQualOther.java
changeset 38152 80e5da81fb2c
parent 36508 5f9eee6b383b
child 38306 db8cc86cbae9
--- a/hotspot/test/runtime/modules/AccessCheck/ExpQualOther.java	Fri Apr 29 22:40:51 2016 -0400
+++ b/hotspot/test/runtime/modules/AccessCheck/ExpQualOther.java	Sun May 01 12:47:00 2016 +0300
@@ -28,6 +28,7 @@
  * @summary Test that if module m1 can read module m2, but package p2 in m2
  *          is exported specifically to module m3, then class p1.c1 in m1 can not
  *          access p2.c2 in m2.
+ * @modules java.base/jdk.internal.misc
  * @library /testlibrary /test/lib
  * @compile myloaders/MySameClassLoader.java
  * @compile p2/c2.java