hotspot/test/runtime/modules/AccessCheck/DiffCL_Umod.java
changeset 38152 80e5da81fb2c
parent 36508 5f9eee6b383b
child 38207 2ed792c9481d
--- a/hotspot/test/runtime/modules/AccessCheck/DiffCL_Umod.java	Fri Apr 29 22:40:51 2016 -0400
+++ b/hotspot/test/runtime/modules/AccessCheck/DiffCL_Umod.java	Sun May 01 12:47:00 2016 +0300
@@ -27,6 +27,7 @@
  * @test
  * @summary class p1.c1 defined in m1 tries to access p2.c2 defined in unnamed module.
  * @library /testlibrary /test/lib
+ * @modules java.base/jdk.internal.misc
  * @modules java.base/jdk.internal.module
  * @compile myloaders/MyDiffClassLoader.java
  * @compile p2/c2.java