--- old/src/share/vm/runtime/javaCalls.cpp 2016-02-25 15:42:08.088190222 +0100 +++ new/src/share/vm/runtime/javaCalls.cpp 2016-02-25 15:42:07.988190217 +0100 @@ -348,7 +348,7 @@ if (CompilationPolicy::must_be_compiled(method)) { CompileBroker::compile_method(method, InvocationEntryBci, CompilationPolicy::policy()->initial_compile_level(), - methodHandle(), 0, "must_be_compiled", CHECK); + methodHandle(), 0, "must_be_compiled", false, CHECK); } // Since the call stub sets up like the interpreter we call the from_interpreted_entry