8172010: [AOT] RecompilationTest.java fails with "expected compilation level after compilation to be no less than 1"
Summary: Disabled probabilistic profiling to ensure recompilation of AOT compiled method.
Reviewed-by: kvn, iveresov
--- a/hotspot/test/compiler/aot/RecompilationTest.java Wed Jan 04 21:13:04 2017 -0500
+++ b/hotspot/test/compiler/aot/RecompilationTest.java Thu Jan 05 09:25:36 2017 +0100
@@ -33,6 +33,7 @@
* @run main compiler.aot.AotCompiler -libname libRecompilationTest1.so
* -class compiler.whitebox.SimpleTestCaseHelper
* -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::*