< prev index next >

test/compiler/calls/fromInterpreted/InterpretedInvokeDynamic2CompiledTest.java

Print this page

        

*** 22,37 **** */ /* * @test * @summary check calls from interpreted to compiled using InvokeDynamic ! * @library /test/lib /testlibrary / * @modules java.base/jdk.internal.misc * java.base/jdk.internal.org.objectweb.asm * ! * @build compiler.calls.common.InvokeDynamic ! * compiler.calls.common.InvokeDynamicPatcher * @run main compiler.calls.common.InvokeDynamicPatcher * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. * -XX:CompileCommand=exclude,compiler.calls.common.InvokeDynamic::caller -Xbatch compiler.calls.common.InvokeDynamic --- 22,36 ---- */ /* * @test * @summary check calls from interpreted to compiled using InvokeDynamic ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.base/jdk.internal.org.objectweb.asm * ! * @build sun.hotspot.WhiteBox * @run main compiler.calls.common.InvokeDynamicPatcher * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. * -XX:CompileCommand=exclude,compiler.calls.common.InvokeDynamic::caller -Xbatch compiler.calls.common.InvokeDynamic
< prev index next >