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