--- old/hotspot/src/share/vm/opto/compile.hpp 2013-09-18 21:13:33.249031816 +0400 +++ new/hotspot/src/share/vm/opto/compile.hpp 2013-09-18 21:13:33.089031813 +0400 @@ -815,6 +815,7 @@ // Decide how to build a call. // The profile factor is a discount to apply to this site's interp. profile. CallGenerator* call_generator(ciMethod* call_method, int vtable_index, bool call_does_dispatch, JVMState* jvms, bool allow_inline, float profile_factor, bool allow_intrinsics = true, bool delayed_forbidden = false); + CallGenerator* inline_intrinsic(ciMethod* call_method, int vtable_index, bool call_does_dispatch, JVMState* jvms, bool allow_inline, float profile_factor); bool should_delay_inlining(ciMethod* call_method, JVMState* jvms) { return should_delay_string_inlining(call_method, jvms) || should_delay_boxing_inlining(call_method, jvms);