hotspot/test/runtime/modules/AccessCheck/ExpQualOther.java
changeset 40631 ed82623d7831
parent 38306 db8cc86cbae9
child 42307 cefc81dc1d52
--- a/hotspot/test/runtime/modules/AccessCheck/ExpQualOther.java	Fri Aug 19 01:20:39 2016 -0400
+++ b/hotspot/test/runtime/modules/AccessCheck/ExpQualOther.java	Fri Aug 19 10:06:30 2016 -0400
@@ -29,11 +29,10 @@
  *          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
+ * @library /test/lib
  * @compile myloaders/MySameClassLoader.java
  * @compile p2/c2.java
  * @compile p1/c1.java
- * @build ExpQualOther
  * @run main/othervm -Xbootclasspath/a:. ExpQualOther
  */