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