hotspot/test/compiler/calls/fromInterpreted/InterpretedInvokeInterface2NativeTest.java
--- a/hotspot/test/compiler/calls/fromInterpreted/InterpretedInvokeInterface2NativeTest.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/calls/fromInterpreted/InterpretedInvokeInterface2NativeTest.java Tue Jul 12 18:24:48 2016 +0300
@@ -23,13 +23,14 @@
/*
* @test
+ * @summary check calls from interpreted to native using InvokeInterface
* @modules java.base/jdk.internal.misc
* @library /test/lib /testlibrary /
+ *
* @build compiler.calls.common.InvokeInterface
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* -XX:CompileCommand=exclude,compiler.calls.common.InvokeInterface::caller compiler.calls.common.InvokeInterface
* -checkCallerCompileLevel 0 -nativeCallee
- * @summary check calls from interpreted to native using InvokeInterface
*/