hotspot/test/compiler/calls/fromCompiled/CompiledInvokeInterface2CompiledTest.java
--- a/hotspot/test/compiler/calls/fromCompiled/CompiledInvokeInterface2CompiledTest.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/calls/fromCompiled/CompiledInvokeInterface2CompiledTest.java Tue Jul 12 18:24:48 2016 +0300
@@ -24,7 +24,9 @@
/*
* @test
* @modules java.base/jdk.internal.misc
+ * @summary check calls from compiled to compiled using InvokeInterface
* @library /test/lib /testlibrary /
+ *
* @build compiler.calls.common.InvokeInterface
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
@@ -40,5 +42,4 @@
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* -Xbatch compiler.calls.common.InvokeInterface
* -compileCaller 4 -checkCallerCompileLevel 4 -compileCallee 4 -checkCalleeCompileLevel 4
- * @summary check calls from compiled to compiled using InvokeInterface
*/