< prev index next >

test/compiler/aot/calls/fromAot/AotInvokeSpecial2AotTest.java

Print this page

        

*** 30,39 **** --- 30,40 ---- * compiler.aot.AotCompiler * @run main ClassFileInstaller sun.hotspot.WhiteBox * 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 * -checkCallerCompileLevel -1 -checkCalleeCompileLevel -1 * @summary check calls from aot to aot code using invokespecial
< prev index next >