--- old/src/share/vm/opto/compile.hpp 2016-10-13 14:39:41.978411852 +0200 +++ new/src/share/vm/opto/compile.hpp 2016-10-13 14:39:41.850411856 +0200 @@ -965,7 +965,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, ciKlass* speculative_receiver_type = NULL, + JVMState* jvms, bool allow_inline, bool is_mh_inline, float profile_factor, ciKlass* speculative_receiver_type = NULL, bool allow_intrinsics = true, bool delayed_forbidden = false); bool should_delay_inlining(ciMethod* call_method, JVMState* jvms) { return should_delay_string_inlining(call_method, jvms) ||