8195729: compiler.aot.AotCompiler should be run as a driver

Reviewed-by: kvn, mseledtsov
This commit is contained in:
Igor Ignatyev 2018-01-18 16:57:54 -08:00
parent fff718badb
commit a400b9417f
36 changed files with 37 additions and 37 deletions

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname libDeoptimizationTest.so * @run driver compiler.aot.AotCompiler -libname libDeoptimizationTest.so
* -class compiler.aot.DeoptimizationTest * -class compiler.aot.DeoptimizationTest
* -compile compiler.aot.DeoptimizationTest.testMethod()D * -compile compiler.aot.DeoptimizationTest.testMethod()D
* -extraopt -XX:-UseCompressedOops * -extraopt -XX:-UseCompressedOops

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname libRecompilationTest1.so * @run driver compiler.aot.AotCompiler -libname libRecompilationTest1.so
* -class compiler.whitebox.SimpleTestCaseHelper * -class compiler.whitebox.SimpleTestCaseHelper
* -extraopt -Dgraal.TieredAOT=true -extraopt -Dgraal.ProfileSimpleMethods=true * -extraopt -Dgraal.TieredAOT=true -extraopt -Dgraal.ProfileSimpleMethods=true
* -extraopt -Dgraal.ProbabilisticProfiling=false * -extraopt -Dgraal.ProbabilisticProfiling=false
@ -44,7 +44,7 @@
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
* -Dcompiler.aot.RecompilationTest.check_level=1 * -Dcompiler.aot.RecompilationTest.check_level=1
* compiler.aot.RecompilationTest * compiler.aot.RecompilationTest
* @run main compiler.aot.AotCompiler -libname libRecompilationTest2.so * @run driver compiler.aot.AotCompiler -libname libRecompilationTest2.so
* -class compiler.whitebox.SimpleTestCaseHelper * -class compiler.whitebox.SimpleTestCaseHelper
* -extraopt -Dgraal.TieredAOT=false * -extraopt -Dgraal.TieredAOT=false
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.

View file

@ -28,7 +28,7 @@
* @modules java.base/jdk.internal.misc * @modules java.base/jdk.internal.misc
* @build compiler.aot.SharedUsageTest * @build compiler.aot.SharedUsageTest
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run main compiler.aot.AotCompiler -libname libSharedUsageTest.so * @run driver compiler.aot.AotCompiler -libname libSharedUsageTest.so
* -class compiler.aot.SharedUsageTest * -class compiler.aot.SharedUsageTest
* -extraopt -XX:-UseCompressedOops * -extraopt -XX:-UseCompressedOops
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./libSharedUsageTest.so * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./libSharedUsageTest.so

View file

@ -33,7 +33,7 @@
* @run driver compiler.calls.common.InvokeDynamicPatcher * @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2AotTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeDynamic2AotTest.so
* -class compiler.calls.common.InvokeDynamic * -class compiler.calls.common.InvokeDynamic
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeDynamic2AotTest.so * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeDynamic2AotTest.so

View file

@ -33,7 +33,7 @@
* @run driver compiler.calls.common.InvokeDynamicPatcher * @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2CompiledTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeDynamic2CompiledTest.so
* -class compiler.calls.common.InvokeDynamic * -class compiler.calls.common.InvokeDynamic
* -compile compiler.calls.common.InvokeDynamic.caller()V * -compile compiler.calls.common.InvokeDynamic.caller()V
* @run main/othervm -Xbatch -XX:+UseAOT * @run main/othervm -Xbatch -XX:+UseAOT

View file

@ -33,7 +33,7 @@
* @run driver compiler.calls.common.InvokeDynamicPatcher * @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname AotInvokeDynamic2InterpretedTest.so * -libname AotInvokeDynamic2InterpretedTest.so
* -class compiler.calls.common.InvokeDynamic * -class compiler.calls.common.InvokeDynamic
* -compile compiler.calls.common.InvokeDynamic.caller()V * -compile compiler.calls.common.InvokeDynamic.caller()V

View file

@ -33,7 +33,7 @@
* @run driver compiler.calls.common.InvokeDynamicPatcher * @run driver compiler.calls.common.InvokeDynamicPatcher
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeDynamic2NativeTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeDynamic2NativeTest.so
* -class compiler.calls.common.InvokeDynamic * -class compiler.calls.common.InvokeDynamic
* -compile compiler.calls.common.InvokeDynamic.caller()V * -compile compiler.calls.common.InvokeDynamic.caller()V
* @run main/othervm/native -XX:+UseAOT * @run main/othervm/native -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeInterface2AotTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeInterface2AotTest.so
* -class compiler.calls.common.InvokeInterface * -class compiler.calls.common.InvokeInterface
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeInterface2AotTest.so * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeInterface2AotTest.so

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname AotInvokeInterface2CompiledTest.so * -libname AotInvokeInterface2CompiledTest.so
* -class compiler.calls.common.InvokeInterface * -class compiler.calls.common.InvokeInterface
* -compile compiler.calls.common.InvokeInterface.caller()V * -compile compiler.calls.common.InvokeInterface.caller()V

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname AotInvokeInterface2InterpretedTest.so * -libname AotInvokeInterface2InterpretedTest.so
* -class compiler.calls.common.InvokeInterface * -class compiler.calls.common.InvokeInterface
* -compile compiler.calls.common.InvokeInterface.caller()V * -compile compiler.calls.common.InvokeInterface.caller()V

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeInterface2NativeTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeInterface2NativeTest.so
* -class compiler.calls.common.InvokeInterface * -class compiler.calls.common.InvokeInterface
* -compile compiler.calls.common.InvokeInterface.caller()V * -compile compiler.calls.common.InvokeInterface.caller()V
* @run main/othervm/native -XX:+UseAOT * @run main/othervm/native -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeSpecial2AotTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2AotTest.so
* -class compiler.calls.common.InvokeSpecial * -class compiler.calls.common.InvokeSpecial
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeSpecial2AotTest.so * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeSpecial2AotTest.so

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeSpecial2CompiledTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2CompiledTest.so
* -class compiler.calls.common.InvokeSpecial * -class compiler.calls.common.InvokeSpecial
* -compile compiler.calls.common.InvokeSpecial.caller()V * -compile compiler.calls.common.InvokeSpecial.caller()V
* @run main/othervm -Xbatch -XX:+UseAOT * @run main/othervm -Xbatch -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname AotInvokeSpecial2InterpretedTest.so * -libname AotInvokeSpecial2InterpretedTest.so
* -class compiler.calls.common.InvokeSpecial * -class compiler.calls.common.InvokeSpecial
* -compile compiler.calls.common.InvokeSpecial.caller()V * -compile compiler.calls.common.InvokeSpecial.caller()V

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeSpecial2NativeTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeSpecial2NativeTest.so
* -class compiler.calls.common.InvokeSpecial * -class compiler.calls.common.InvokeSpecial
* -compile compiler.calls.common.InvokeSpecial.caller()V * -compile compiler.calls.common.InvokeSpecial.caller()V
* @run main/othervm/native -XX:+UseAOT * @run main/othervm/native -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeStatic2AotTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2AotTest.so
* -class compiler.calls.common.InvokeStatic * -class compiler.calls.common.InvokeStatic
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeStatic2AotTest.so * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeStatic2AotTest.so

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeStatic2CompiledTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2CompiledTest.so
* -class compiler.calls.common.InvokeStatic * -class compiler.calls.common.InvokeStatic
* -compile compiler.calls.common.InvokeStatic.caller()V * -compile compiler.calls.common.InvokeStatic.caller()V
* @run main/othervm -Xbatch -XX:+UseAOT * @run main/othervm -Xbatch -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname AotInvokeStatic2InterpretedTest.so * -libname AotInvokeStatic2InterpretedTest.so
* -class compiler.calls.common.InvokeStatic * -class compiler.calls.common.InvokeStatic
* -compile compiler.calls.common.InvokeStatic.caller()V * -compile compiler.calls.common.InvokeStatic.caller()V

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeStatic2NativeTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeStatic2NativeTest.so
* -class compiler.calls.common.InvokeStatic * -class compiler.calls.common.InvokeStatic
* -compile compiler.calls.common.InvokeStatic.caller()V * -compile compiler.calls.common.InvokeStatic.caller()V
* @run main/othervm/native -XX:+UseAOT * @run main/othervm/native -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeVirtual2AotTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2AotTest.so
* -class compiler.calls.common.InvokeVirtual * -class compiler.calls.common.InvokeVirtual
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeVirtual2AotTest.so * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeVirtual2AotTest.so

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeVirtual2CompiledTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2CompiledTest.so
* -class compiler.calls.common.InvokeVirtual * -class compiler.calls.common.InvokeVirtual
* -compile compiler.calls.common.InvokeVirtual.caller()V * -compile compiler.calls.common.InvokeVirtual.caller()V
* @run main/othervm -Xbatch -XX:+UseAOT * @run main/othervm -Xbatch -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname AotInvokeVirtual2InterpretedTest.so * -libname AotInvokeVirtual2InterpretedTest.so
* -class compiler.calls.common.InvokeVirtual * -class compiler.calls.common.InvokeVirtual
* -compile compiler.calls.common.InvokeVirtual.caller()V * -compile compiler.calls.common.InvokeVirtual.caller()V

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname AotInvokeVirtual2NativeTest.so * @run driver compiler.aot.AotCompiler -libname AotInvokeVirtual2NativeTest.so
* -class compiler.calls.common.InvokeVirtual * -class compiler.calls.common.InvokeVirtual
* -compile compiler.calls.common.InvokeVirtual.caller()V * -compile compiler.calls.common.InvokeVirtual.caller()V
* @run main/othervm/native -XX:+UseAOT * @run main/othervm/native -XX:+UseAOT

View file

@ -33,7 +33,7 @@
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run driver compiler.calls.common.InvokeDynamicPatcher * @run driver compiler.calls.common.InvokeDynamicPatcher
* @run main compiler.aot.AotCompiler -libname CompiledInvokeDynamic2AotTest.so * @run driver compiler.aot.AotCompiler -libname CompiledInvokeDynamic2AotTest.so
* -class compiler.calls.common.InvokeDynamic * -class compiler.calls.common.InvokeDynamic
* -compile compiler.calls.common.InvokeDynamic.callee.* * -compile compiler.calls.common.InvokeDynamic.callee.*
* @run main/othervm -Xbatch -XX:+UseAOT * @run main/othervm -Xbatch -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname CompiledInvokeInterface2AotTest.so * -libname CompiledInvokeInterface2AotTest.so
* -class compiler.calls.common.InvokeInterface * -class compiler.calls.common.InvokeInterface
* -compile compiler.calls.common.InvokeInterface.callee.* * -compile compiler.calls.common.InvokeInterface.callee.*

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname CompiledInvokeSpecial2AotTest.so * @run driver compiler.aot.AotCompiler -libname CompiledInvokeSpecial2AotTest.so
* -class compiler.calls.common.InvokeSpecial * -class compiler.calls.common.InvokeSpecial
* -compile compiler.calls.common.InvokeSpecial.callee.* * -compile compiler.calls.common.InvokeSpecial.callee.*
* @run main/othervm -Xbatch -XX:+UseAOT * @run main/othervm -Xbatch -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname CompiledInvokeStatic2AotTest.so * @run driver compiler.aot.AotCompiler -libname CompiledInvokeStatic2AotTest.so
* -class compiler.calls.common.InvokeStatic * -class compiler.calls.common.InvokeStatic
* -compile compiler.calls.common.InvokeStatic.callee.* * -compile compiler.calls.common.InvokeStatic.callee.*
* @run main/othervm -Xbatch -XX:+UseAOT * @run main/othervm -Xbatch -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname CompiledInvokeVirtual2AotTest.so * @run driver compiler.aot.AotCompiler -libname CompiledInvokeVirtual2AotTest.so
* -class compiler.calls.common.InvokeVirtual * -class compiler.calls.common.InvokeVirtual
* -compile compiler.calls.common.InvokeVirtual.callee.* * -compile compiler.calls.common.InvokeVirtual.callee.*
* @run main/othervm -Xbatch -XX:+UseAOT * @run main/othervm -Xbatch -XX:+UseAOT

View file

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

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname InterpretedInvokeInterface2AotTest.so * -libname InterpretedInvokeInterface2AotTest.so
* -class compiler.calls.common.InvokeInterface * -class compiler.calls.common.InvokeInterface
* -compile compiler.calls.common.InvokeInterface.callee.* * -compile compiler.calls.common.InvokeInterface.callee.*

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname InterpretedInvokeSpecial2AotTest.so * -libname InterpretedInvokeSpecial2AotTest.so
* -class compiler.calls.common.InvokeSpecial * -class compiler.calls.common.InvokeSpecial
* -compile compiler.calls.common.InvokeSpecial.callee.* * -compile compiler.calls.common.InvokeSpecial.callee.*

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname InterpretedInvokeStatic2AotTest.so * -libname InterpretedInvokeStatic2AotTest.so
* -class compiler.calls.common.InvokeStatic * -class compiler.calls.common.InvokeStatic
* -compile compiler.calls.common.InvokeStatic.callee.* * -compile compiler.calls.common.InvokeStatic.callee.*

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler
* -libname InterpretedInvokeVirtual2AotTest.so * -libname InterpretedInvokeVirtual2AotTest.so
* -class compiler.calls.common.InvokeVirtual * -class compiler.calls.common.InvokeVirtual
* -compile compiler.calls.common.InvokeVirtual.callee.* * -compile compiler.calls.common.InvokeVirtual.callee.*

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname NativeInvokeSpecial2AotTest.so * @run driver compiler.aot.AotCompiler -libname NativeInvokeSpecial2AotTest.so
* -class compiler.calls.common.InvokeSpecial * -class compiler.calls.common.InvokeSpecial
* -compile compiler.calls.common.InvokeSpecial.callee.* * -compile compiler.calls.common.InvokeSpecial.callee.*
* @run main/othervm/native -XX:+UseAOT * @run main/othervm/native -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname NativeInvokeStatic2AotTest.so * @run driver compiler.aot.AotCompiler -libname NativeInvokeStatic2AotTest.so
* -class compiler.calls.common.InvokeStatic * -class compiler.calls.common.InvokeStatic
* -compile compiler.calls.common.InvokeStatic.callee.* * -compile compiler.calls.common.InvokeStatic.callee.*
* @run main/othervm/native -XX:+UseAOT * @run main/othervm/native -XX:+UseAOT

View file

@ -30,7 +30,7 @@
* compiler.aot.AotCompiler * compiler.aot.AotCompiler
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main compiler.aot.AotCompiler -libname NativeInvokeVirtual2AotTest.so * @run driver compiler.aot.AotCompiler -libname NativeInvokeVirtual2AotTest.so
* -class compiler.calls.common.InvokeVirtual * -class compiler.calls.common.InvokeVirtual
* -compile compiler.calls.common.InvokeVirtual.callee.* * -compile compiler.calls.common.InvokeVirtual.callee.*
* @run main/othervm/native -XX:+UseAOT * @run main/othervm/native -XX:+UseAOT