< prev index next >

test/compiler/calls/fromNative/NativeInvokeVirtual2NativeTest.java

Print this page

        

@@ -21,15 +21,16 @@
  * questions.
  */
 
 /*
  * @test
+ * @summary check calls from native to native using InvokeVirtual
  * @modules java.base/jdk.internal.misc
  * @library /test/lib /testlibrary /
+ *
  * @build compiler.calls.common.InvokeVirtual
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  *    sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
  *    compiler.calls.common.InvokeVirtual
  *    -nativeCaller -nativeCallee
- * @summary check calls from native to native using InvokeVirtual
  */
< prev index next >