hotspot/test/compiler/calls/fromCompiled/CompiledInvokeDynamic2CompiledTest.java
changeset 40631 ed82623d7831
parent 40059 c2304140ed64
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary check calls from compiled to compiled using InvokeDynamic
    26  * @summary check calls from compiled to compiled using InvokeDynamic
    27  * @library /test/lib /testlibrary /
    27  * @library /test/lib /
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  *          java.base/jdk.internal.org.objectweb.asm
    29  *          java.base/jdk.internal.org.objectweb.asm
    30  *
    30  *
    31  * @build compiler.calls.common.InvokeDynamic
    31  * @build sun.hotspot.WhiteBox
    32  *        compiler.calls.common.InvokeDynamicPatcher
       
    33  * @run main compiler.calls.common.InvokeDynamicPatcher
    32  * @run main compiler.calls.common.InvokeDynamicPatcher
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    33  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  *    sun.hotspot.WhiteBox$WhiteBoxPermission
    34  *    sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
    35  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
    37  *    -Xbatch compiler.calls.common.InvokeDynamic
    36  *    -Xbatch compiler.calls.common.InvokeDynamic