--- old/test/compiler/intrinsics/bigInteger/MontgomeryMultiplyTest.java 2016-08-11 13:16:25.760338100 -0400 +++ new/test/compiler/intrinsics/bigInteger/MontgomeryMultiplyTest.java 2016-08-11 13:16:25.335198300 -0400 @@ -28,9 +28,9 @@ * @summary Verify that the Montgomery multiply and square intrinsic works and correctly checks their arguments. * @requires vm.flavor == "server" * @modules java.base/jdk.internal.misc - * @library /testlibrary /test/lib + * @library /test/lib * - * @build compiler.intrinsics.bigInteger.MontgomeryMultiplyTest + * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI