< prev index next >

test/hotspot/jtreg/compiler/calls/fromInterpreted/InterpretedInvokeDynamic2NativeTest.java

Print this page
rev 48531 : [mq]: 8195724


  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  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 interpreted 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  *    -XX:CompileCommand=exclude,compiler.calls.common.InvokeDynamic::caller  compiler.calls.common.InvokeDynamic
  37  *    -checkCallerCompileLevel 0 -nativeCallee
  38  */


  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  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 interpreted 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 driver 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  *    -XX:CompileCommand=exclude,compiler.calls.common.InvokeDynamic::caller  compiler.calls.common.InvokeDynamic
  37  *    -checkCallerCompileLevel 0 -nativeCallee
  38  */
< prev index next >