< prev index next >

test/compiler/calls/fromCompiled/CompiledInvokeStatic2InterpretedTest.java

Print this page

        

*** 23,35 **** /* * @test * @summary check calls from compiled to interpreted using InvokeStatic * @modules java.base/jdk.internal.misc ! * @library /test/lib /testlibrary / * ! * @build compiler.calls.common.InvokeStatic * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. * -Xbatch -XX:CompileCommand=exclude,compiler.calls.common.InvokeStatic::callee compiler.calls.common.InvokeStatic * -compileCaller 1 -checkCallerCompileLevel 1 -checkCalleeCompileLevel 0 --- 23,35 ---- /* * @test * @summary check calls from compiled to interpreted using InvokeStatic * @modules java.base/jdk.internal.misc ! * @library /test/lib / * ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. * -Xbatch -XX:CompileCommand=exclude,compiler.calls.common.InvokeStatic::callee compiler.calls.common.InvokeStatic * -compileCaller 1 -checkCallerCompileLevel 1 -checkCalleeCompileLevel 0
< prev index next >