--- old/src/share/vm/runtime/javaCalls.cpp 2016-04-14 14:23:41.561762428 +0200 +++ new/src/share/vm/runtime/javaCalls.cpp 2016-04-14 14:23:41.377762420 +0200 @@ -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, CompileTask::Reason_MustBeCompiled, CHECK); } // Since the call stub sets up like the interpreter we call the from_interpreted_entry