--- old/test/compiler/calls/fromNative/NativeInvokeStatic2NativeTest.java 2016-07-06 19:16:15.731385729 +0300 +++ new/test/compiler/calls/fromNative/NativeInvokeStatic2NativeTest.java 2016-07-06 19:16:15.639385726 +0300 @@ -23,13 +23,14 @@ /* * @test + * @summary check calls from native to native using InvokeStatic * @modules java.base/jdk.internal.misc * @library /test/lib /testlibrary / + * * @build compiler.calls.common.InvokeStatic * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. * compiler.calls.common.InvokeStatic * -nativeCaller -nativeCallee - * @summary check calls from native to native using InvokeStatic */