mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-18 09:27:51 +00:00
8171059: [AOT] error in AotCompiler output in some aot tests
Reviewed-by: kvn
This commit is contained in:
parent
55dcedfbc8
commit
4778661b1f
@ -36,6 +36,7 @@
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main 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
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* compiler.calls.common.InvokeDynamic
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main 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
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* compiler.calls.common.InvokeInterface
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main 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
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* compiler.calls.common.InvokeSpecial
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main 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
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* compiler.calls.common.InvokeStatic
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main 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
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* compiler.calls.common.InvokeVirtual
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user