--- old/test/compiler/calls/fromCompiled/CompiledInvokeSpecial2NativeTest.java 2016-08-11 13:11:10.522381700 -0400 +++ new/test/compiler/calls/fromCompiled/CompiledInvokeSpecial2NativeTest.java 2016-08-11 13:11:10.113764600 -0400 @@ -25,9 +25,9 @@ * @test * @summary check calls from compiled to native using InvokeSpecial * @modules java.base/jdk.internal.misc - * @library /test/lib /testlibrary / + * @library /test/lib / * - * @build compiler.calls.common.InvokeSpecial + * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.