hotspot/test/runtime/modules/AccessCheck/UmodUpkgDiffCL_NotExp.java
changeset 38152 80e5da81fb2c
parent 36508 5f9eee6b383b
child 38306 db8cc86cbae9
--- a/hotspot/test/runtime/modules/AccessCheck/UmodUpkgDiffCL_NotExp.java	Fri Apr 29 22:40:51 2016 -0400
+++ b/hotspot/test/runtime/modules/AccessCheck/UmodUpkgDiffCL_NotExp.java	Sun May 01 12:47:00 2016 +0300
@@ -27,6 +27,7 @@
  * @test
  * @summary class c5 in an unnamed module can read module m2, but package p6 in module m2 is not exported.
  *          Access denied since even though unnamed module can read all modules, p6 in module m2 is not exported at all.
+ * @modules java.base/jdk.internal.misc
  * @library /testlibrary /test/lib
  * @compile myloaders/MyDiffClassLoader.java
  * @compile p6/c6.java