src/share/vm/runtime/javaCalls.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/javaCalls.cpp	Tue Apr 19 19:10:30 2016
--- new/src/share/vm/runtime/javaCalls.cpp	Tue Apr 19 19:10:30 2016

*** 346,356 **** --- 346,356 ---- assert(thread->can_call_java(), "cannot compile from the native compiler"); 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 // so we can go compiled via a i2c. Otherwise initial entry method will always // run interpreted.

src/share/vm/runtime/javaCalls.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File