--- old/src/share/vm/runtime/simpleThresholdPolicy.cpp 2016-02-25 15:42:08.092190222 +0100 +++ new/src/share/vm/runtime/simpleThresholdPolicy.cpp 2016-02-25 15:42:07.988190217 +0100 @@ -251,7 +251,7 @@ // Tell the broker to compile the method void SimpleThresholdPolicy::submit_compile(const methodHandle& mh, int bci, CompLevel level, JavaThread* thread) { int hot_count = (bci == InvocationEntryBci) ? mh->invocation_count() : mh->backedge_count(); - CompileBroker::compile_method(mh, bci, level, mh, hot_count, "tiered", thread); + CompileBroker::compile_method(mh, bci, level, mh, hot_count, "tiered", false, thread); } // Call and loop predicates determine whether a transition to a higher