8195729: compiler.aot.AotCompiler should be run as a driver
Reviewed-by: kvn, mseledtsov
This commit is contained in:
parent
fff718badb
commit
a400b9417f
test/hotspot/jtreg/compiler/aot
DeoptimizationTest.javaRecompilationTest.javaSharedUsageTest.java
calls
fromAot
AotInvokeDynamic2AotTest.javaAotInvokeDynamic2CompiledTest.javaAotInvokeDynamic2InterpretedTest.javaAotInvokeDynamic2NativeTest.javaAotInvokeInterface2AotTest.javaAotInvokeInterface2CompiledTest.javaAotInvokeInterface2InterpretedTest.javaAotInvokeInterface2NativeTest.javaAotInvokeSpecial2AotTest.javaAotInvokeSpecial2CompiledTest.javaAotInvokeSpecial2InterpretedTest.javaAotInvokeSpecial2NativeTest.javaAotInvokeStatic2AotTest.javaAotInvokeStatic2CompiledTest.javaAotInvokeStatic2InterpretedTest.javaAotInvokeStatic2NativeTest.javaAotInvokeVirtual2AotTest.javaAotInvokeVirtual2CompiledTest.javaAotInvokeVirtual2InterpretedTest.javaAotInvokeVirtual2NativeTest.java
fromCompiled
CompiledInvokeDynamic2AotTest.javaCompiledInvokeInterface2AotTest.javaCompiledInvokeSpecial2AotTest.javaCompiledInvokeStatic2AotTest.javaCompiledInvokeVirtual2AotTest.java
fromInterpreted
InterpretedInvokeDynamic2AotTest.javaInterpretedInvokeInterface2AotTest.javaInterpretedInvokeSpecial2AotTest.javaInterpretedInvokeStatic2AotTest.javaInterpretedInvokeVirtual2AotTest.java
fromNative
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname libDeoptimizationTest.so
|
||||
* @run driver compiler.aot.AotCompiler -libname libDeoptimizationTest.so
|
||||
* -class compiler.aot.DeoptimizationTest
|
||||
* -compile compiler.aot.DeoptimizationTest.testMethod()D
|
||||
* -extraopt -XX:-UseCompressedOops
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler -libname libRecompilationTest1.so
|
||||
* @run driver compiler.aot.AotCompiler -libname libRecompilationTest1.so
|
||||
* -class compiler.whitebox.SimpleTestCaseHelper
|
||||
* -extraopt -Dgraal.TieredAOT=true -extraopt -Dgraal.ProfileSimpleMethods=true
|
||||
* -extraopt -Dgraal.ProbabilisticProfiling=false
|
||||
@ -44,7 +44,7 @@
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
* -Dcompiler.aot.RecompilationTest.check_level=1
|
||||
* compiler.aot.RecompilationTest
|
||||
* @run main compiler.aot.AotCompiler -libname libRecompilationTest2.so
|
||||
* @run driver compiler.aot.AotCompiler -libname libRecompilationTest2.so
|
||||
* -class compiler.whitebox.SimpleTestCaseHelper
|
||||
* -extraopt -Dgraal.TieredAOT=false
|
||||
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @build compiler.aot.SharedUsageTest
|
||||
* compiler.aot.AotCompiler
|
||||
* @run main compiler.aot.AotCompiler -libname libSharedUsageTest.so
|
||||
* @run driver compiler.aot.AotCompiler -libname libSharedUsageTest.so
|
||||
* -class compiler.aot.SharedUsageTest
|
||||
* -extraopt -XX:-UseCompressedOops
|
||||
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./libSharedUsageTest.so
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
|
||||
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeDynamic2AotTest.so
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeDynamic.caller()V
|
||||
* @run main/othervm -Xbatch -XX:+UseAOT
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname AotInvokeDynamic2InterpretedTest.so
|
||||
* -class compiler.calls.common.InvokeDynamic
|
||||
* -compile compiler.calls.common.InvokeDynamic.caller()V
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeDynamic.caller()V
|
||||
* @run main/othervm/native -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
|
||||
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeInterface2AotTest.so
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname AotInvokeInterface2CompiledTest.so
|
||||
* -class compiler.calls.common.InvokeInterface
|
||||
* -compile compiler.calls.common.InvokeInterface.caller()V
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname AotInvokeInterface2InterpretedTest.so
|
||||
* -class compiler.calls.common.InvokeInterface
|
||||
* -compile compiler.calls.common.InvokeInterface.caller()V
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeInterface.caller()V
|
||||
* @run main/othervm/native -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
|
||||
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeSpecial2AotTest.so
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeSpecial.caller()V
|
||||
* @run main/othervm -Xbatch -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname AotInvokeSpecial2InterpretedTest.so
|
||||
* -class compiler.calls.common.InvokeSpecial
|
||||
* -compile compiler.calls.common.InvokeSpecial.caller()V
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeSpecial.caller()V
|
||||
* @run main/othervm/native -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
|
||||
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeStatic2AotTest.so
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeStatic.caller()V
|
||||
* @run main/othervm -Xbatch -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname AotInvokeStatic2InterpretedTest.so
|
||||
* -class compiler.calls.common.InvokeStatic
|
||||
* -compile compiler.calls.common.InvokeStatic.caller()V
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeStatic.caller()V
|
||||
* @run main/othervm/native -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
|
||||
* @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./AotInvokeVirtual2AotTest.so
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeVirtual.caller()V
|
||||
* @run main/othervm -Xbatch -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname AotInvokeVirtual2InterpretedTest.so
|
||||
* -class compiler.calls.common.InvokeVirtual
|
||||
* -compile compiler.calls.common.InvokeVirtual.caller()V
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeVirtual.caller()V
|
||||
* @run main/othervm/native -XX:+UseAOT
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @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
|
||||
* -compile compiler.calls.common.InvokeDynamic.callee.*
|
||||
* @run main/othervm -Xbatch -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname CompiledInvokeInterface2AotTest.so
|
||||
* -class compiler.calls.common.InvokeInterface
|
||||
* -compile compiler.calls.common.InvokeInterface.callee.*
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeSpecial.callee.*
|
||||
* @run main/othervm -Xbatch -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeStatic.callee.*
|
||||
* @run main/othervm -Xbatch -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeVirtual.callee.*
|
||||
* @run main/othervm -Xbatch -XX:+UseAOT
|
||||
|
@ -33,7 +33,7 @@
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver compiler.calls.common.InvokeDynamicPatcher
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeDynamic2AotTest.so
|
||||
* -class compiler.calls.common.InvokeDynamic
|
||||
* -compile compiler.calls.common.InvokeDynamic.callee.*
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeInterface2AotTest.so
|
||||
* -class compiler.calls.common.InvokeInterface
|
||||
* -compile compiler.calls.common.InvokeInterface.callee.*
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeSpecial2AotTest.so
|
||||
* -class compiler.calls.common.InvokeSpecial
|
||||
* -compile compiler.calls.common.InvokeSpecial.callee.*
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeStatic2AotTest.so
|
||||
* -class compiler.calls.common.InvokeStatic
|
||||
* -compile compiler.calls.common.InvokeStatic.callee.*
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main compiler.aot.AotCompiler
|
||||
* @run driver compiler.aot.AotCompiler
|
||||
* -libname InterpretedInvokeVirtual2AotTest.so
|
||||
* -class compiler.calls.common.InvokeVirtual
|
||||
* -compile compiler.calls.common.InvokeVirtual.callee.*
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeSpecial.callee.*
|
||||
* @run main/othervm/native -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeStatic.callee.*
|
||||
* @run main/othervm/native -XX:+UseAOT
|
||||
|
@ -30,7 +30,7 @@
|
||||
* compiler.aot.AotCompiler
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* 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
|
||||
* -compile compiler.calls.common.InvokeVirtual.callee.*
|
||||
* @run main/othervm/native -XX:+UseAOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user