# HG changeset patch # User kvn # Date 1481881560 28800 # Node ID ba98de0931bb94abbebaa2da9b0b06776730c011 # Parent 2343dd675325086a4e1eae19f3d39e10631dfb16 8171276: More problems in compiler/aot/RecompilationTest.java tests Summary: don't inline any SimpleTestCaseHelper methods during AOT compilation Reviewed-by: iveresov diff -r 2343dd675325 -r ba98de0931bb hotspot/test/compiler/aot/RecompilationTest.java --- a/hotspot/test/compiler/aot/RecompilationTest.java Wed Dec 14 10:28:52 2016 +0100 +++ b/hotspot/test/compiler/aot/RecompilationTest.java Fri Dec 16 01:46:00 2016 -0800 @@ -35,7 +35,7 @@ * -extraopt -Dgraal.TieredAOT=true -extraopt -Dgraal.ProfileSimpleMethods=true * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:-UseCompressedOops - * -extraopt -XX:CompileCommand=dontinline,compiler.whitebox.SimpleTestCaseHelper::method + * -extraopt -XX:CompileCommand=dontinline,compiler.whitebox.SimpleTestCaseHelper::* * @run main/othervm -Xmixed -Xbatch -XX:+UseAOT -XX:+TieredCompilation * -XX:-UseCounterDecay -XX:-UseCompressedOops * -XX:-Inline @@ -48,7 +48,7 @@ * -extraopt -Dgraal.TieredAOT=false * -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:. * -extraopt -XX:-UseCompressedOops - * -extraopt -XX:CompileCommand=dontinline,compiler.whitebox.SimpleTestCaseHelper::method + * -extraopt -XX:CompileCommand=dontinline,compiler.whitebox.SimpleTestCaseHelper::* * @run main/othervm -Xmixed -Xbatch -XX:+UseAOT -XX:+TieredCompilation * -XX:-UseCounterDecay -XX:-UseCompressedOops * -XX:-Inline