--- a/hotspot/test/runtime/modules/AccessCheck/UmodDiffCL_PkgNotExp.java Fri Apr 29 22:40:51 2016 -0400
+++ b/hotspot/test/runtime/modules/AccessCheck/UmodDiffCL_PkgNotExp.java Sun May 01 12:47:00 2016 +0300
@@ -28,6 +28,7 @@
* @summary class p1.c1 defined in unnamed module tries to access p2.c2 defined in m2.
* Access is denied since even though unnamed module can read all modules, p2
* in module m2 is not exported at all.
+ * @modules java.base/jdk.internal.misc
* @library /testlibrary /test/lib
* @compile myloaders/MyDiffClassLoader.java
* @compile p1/c1.java