hotspot/test/compiler/calls/fromNative/NativeInvokeStatic2NativeTest.java
changeset 40059 c2304140ed64
parent 38152 80e5da81fb2c
child 40631 ed82623d7831
--- a/hotspot/test/compiler/calls/fromNative/NativeInvokeStatic2NativeTest.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/calls/fromNative/NativeInvokeStatic2NativeTest.java	Tue Jul 12 18:24:48 2016 +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
  */