< prev index next >

test/compiler/calls/fromCompiled/CompiledInvokeDynamic2NativeTest.java

Print this page




  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @summary check calls from compiled to native using InvokeDynamic
  27  * @library /test/lib /
  28  * @modules java.base/jdk.internal.misc
  29  *          java.base/jdk.internal.org.objectweb.asm
  30  *
  31  * @build sun.hotspot.WhiteBox
  32  * @run main compiler.calls.common.InvokeDynamicPatcher
  33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  34  *    sun.hotspot.WhiteBox$WhiteBoxPermission
  35  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
  36  *    -Xbatch  compiler.calls.common.InvokeDynamic
  37  *    -compileCaller 1 -checkCallerCompileLevel 1 -nativeCallee
  38  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
  39  *    -Xbatch  compiler.calls.common.InvokeDynamic
  40  *    -compileCaller 4 -checkCallerCompileLevel 4 -nativeCallee
  41  */


  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @summary check calls from compiled to native using InvokeDynamic
  27  * @library /test/lib /
  28  * @modules java.base/jdk.internal.misc
  29  *          java.base/jdk.internal.org.objectweb.asm
  30  *
  31  * @build sun.hotspot.WhiteBox
  32  * @run main compiler.calls.common.InvokeDynamicPatcher
  33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  34  *    sun.hotspot.WhiteBox$WhiteBoxPermission
  35  * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
  36  *    -Xbatch  compiler.calls.common.InvokeDynamic
  37  *    -compileCaller 1 -checkCallerCompileLevel 1 -nativeCallee
  38  * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
  39  *    -Xbatch  compiler.calls.common.InvokeDynamic
  40  *    -compileCaller 4 -checkCallerCompileLevel 4 -nativeCallee
  41  */
< prev index next >