< prev index next >

test/hotspot/jtreg/compiler/aot/RecompilationTest.java

Print this page
rev 49982 : 8202711: Merge tiered compilation policies
Reviewed-by: neliasso

*** 35,64 **** * -extraopt -Dgraal.TieredAOT=true -extraopt -Dgraal.ProfileSimpleMethods=true * -extraopt -Dgraal.ProbabilisticProfiling=false * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:-UseCompressedOops * -extraopt -XX:CompileCommand=dontinline,compiler.whitebox.SimpleTestCaseHelper::* - * @run main/othervm -Xmixed -Xbatch -XX:+UseAOT -XX:+TieredCompilation -XX:CompilationPolicyChoice=2 - * -XX:-UseCounterDecay -XX:-UseCompressedOops - * -XX:-Inline - * -XX:AOTLibrary=./libRecompilationTest1.so -Xbootclasspath/a:. - * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI - * -Dcompiler.aot.RecompilationTest.check_level=1 - * compiler.aot.RecompilationTest * @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:. * -extraopt -XX:-UseCompressedOops * -extraopt -XX:CompileCommand=dontinline,compiler.whitebox.SimpleTestCaseHelper::* - * @run main/othervm -Xmixed -Xbatch -XX:+UseAOT -XX:+TieredCompilation -XX:CompilationPolicyChoice=2 - * -XX:-UseCounterDecay -XX:-UseCompressedOops - * -XX:-Inline - * -XX:AOTLibrary=./libRecompilationTest2.so -Xbootclasspath/a:. - * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI - * -Dcompiler.aot.RecompilationTest.check_level=-1 - * compiler.aot.RecompilationTest * @run main/othervm -Xmixed -Xbatch -XX:+UseAOT -XX:-TieredCompilation * -XX:-UseCounterDecay -XX:-UseCompressedOops * -XX:-Inline * -XX:AOTLibrary=./libRecompilationTest2.so -Xbootclasspath/a:. * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI --- 35,50 ----
< prev index next >