--- old/test/runtime/modules/AccessCheck/ExpUnqual.java 2016-08-11 13:42:17.028095500 -0400 +++ new/test/runtime/modules/AccessCheck/ExpUnqual.java 2016-08-11 13:42:16.622939700 -0400 @@ -28,11 +28,10 @@ * @summary Test that if module m1 can read module m2, AND package p2 in module2 is * exported unqualifiedly, then class p1.c1 in m1 can read 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 ExpUnqual * @run main/othervm -Xbootclasspath/a:. ExpUnqual */