hotspot/test/compiler/calls/fromCompiled/CompiledInvokeDynamic2InterpretedTest.java
equal
deleted
inserted
replaced
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @library /test/lib /testlibrary / |
26 * @library /test/lib /testlibrary / |
|
27 * @modules java.base/jdk.internal.misc |
27 * @modules java.base/jdk.internal.org.objectweb.asm |
28 * @modules java.base/jdk.internal.org.objectweb.asm |
28 * @build compiler.calls.common.InvokeDynamic |
29 * @build compiler.calls.common.InvokeDynamic |
29 * @build compiler.calls.common.InvokeDynamicPatcher |
30 * @build compiler.calls.common.InvokeDynamicPatcher |
30 * @run main compiler.calls.common.InvokeDynamicPatcher |
31 * @run main compiler.calls.common.InvokeDynamicPatcher |
31 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
32 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |