hotspot/test/runtime/modules/AccessCheck/DiffCL_Umod.java
changeset 38207 2ed792c9481d
parent 37773 e5b3e9732c3c
parent 38152 80e5da81fb2c
child 38306 db8cc86cbae9
--- a/hotspot/test/runtime/modules/AccessCheck/DiffCL_Umod.java	Tue May 03 09:09:20 2016 +0100
+++ b/hotspot/test/runtime/modules/AccessCheck/DiffCL_Umod.java	Fri May 06 06:12:56 2016 -0700
@@ -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