8195724: compiler.calls.common.InvokeDynamicPatcher can be run as driver

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2018-01-18 16:57:51 -08:00
parent a3cb6e9204
commit fff718badb
12 changed files with 12 additions and 12 deletions

View File

@ -30,7 +30,7 @@
* @build compiler.calls.common.InvokeDynamic
* compiler.calls.common.InvokeDynamicPatcher
* compiler.aot.AotCompiler
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2AotTest.so

View File

@ -30,7 +30,7 @@
* @build compiler.calls.common.InvokeDynamic
* compiler.calls.common.InvokeDynamicPatcher
* compiler.aot.AotCompiler
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2CompiledTest.so

View File

@ -30,7 +30,7 @@
* @build compiler.calls.common.InvokeDynamic
* compiler.calls.common.InvokeDynamicPatcher
* compiler.aot.AotCompiler
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler

View File

@ -30,7 +30,7 @@
* @build compiler.calls.common.InvokeDynamic
* compiler.calls.common.InvokeDynamicPatcher
* compiler.aot.AotCompiler
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2NativeTest.so

View File

@ -32,7 +32,7 @@
* compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run main compiler.aot.AotCompiler -libname CompiledInvokeDynamic2AotTest.so
* -class compiler.calls.common.InvokeDynamic
* -compile compiler.calls.common.InvokeDynamic.callee.*

View File

@ -32,7 +32,7 @@
* compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run main compiler.aot.AotCompiler
* -libname InterpretedInvokeDynamic2AotTest.so
* -class compiler.calls.common.InvokeDynamic

View File

@ -29,7 +29,7 @@
* java.base/jdk.internal.org.objectweb.asm
*
* @build sun.hotspot.WhiteBox
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.

View File

@ -29,7 +29,7 @@
* java.base/jdk.internal.org.objectweb.asm
*
* @build sun.hotspot.WhiteBox
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.

View File

@ -29,7 +29,7 @@
* java.base/jdk.internal.org.objectweb.asm
*
* @build sun.hotspot.WhiteBox
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.

View File

@ -29,7 +29,7 @@
* java.base/jdk.internal.org.objectweb.asm
*
* @build sun.hotspot.WhiteBox
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.

View File

@ -29,7 +29,7 @@
* java.base/jdk.internal.org.objectweb.asm
*
* @build sun.hotspot.WhiteBox
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.

View File

@ -29,7 +29,7 @@
* java.base/jdk.internal.org.objectweb.asm
*
* @build sun.hotspot.WhiteBox
* @run main compiler.calls.common.InvokeDynamicPatcher
* @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.