test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java
changeset 48796 5264a11d3753
parent 48795 e9db0f10f80e
child 57681 41f2f2829a09
equal deleted inserted replaced
48795:e9db0f10f80e 48796:5264a11d3753
    31  *        compiler.calls.common.InvokeDynamicPatcher
    31  *        compiler.calls.common.InvokeDynamicPatcher
    32  *        compiler.aot.AotCompiler
    32  *        compiler.aot.AotCompiler
    33  * @run driver compiler.calls.common.InvokeDynamicPatcher
    33  * @run driver compiler.calls.common.InvokeDynamicPatcher
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  *      sun.hotspot.WhiteBox$WhiteBoxPermission
    35  *      sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run main compiler.aot.AotCompiler
    36  * @run driver compiler.aot.AotCompiler
    37  *      -libname AotInvokeDynamic2InterpretedTest.so
    37  *      -libname AotInvokeDynamic2InterpretedTest.so
    38  *      -class compiler.calls.common.InvokeDynamic
    38  *      -class compiler.calls.common.InvokeDynamic
    39  *      -compile compiler.calls.common.InvokeDynamic.caller()V
    39  *      -compile compiler.calls.common.InvokeDynamic.caller()V
    40  * @run main/othervm -XX:AOTLibrary=./AotInvokeDynamic2InterpretedTest.so
    40  * @run main/othervm -XX:AOTLibrary=./AotInvokeDynamic2InterpretedTest.so
    41  *      -XX:CompileCommand=exclude,compiler.calls.common.InvokeDynamic::callee
    41  *      -XX:CompileCommand=exclude,compiler.calls.common.InvokeDynamic::callee