--- old/src/share/vm/opto/parse.hpp 2016-10-13 14:39:43.418411802 +0200 +++ new/src/share/vm/opto/parse.hpp 2016-10-13 14:39:43.302411806 +0200 @@ -76,7 +76,8 @@ JVMState* jvms, ciCallProfile& profile, WarmCallInfo* wci_result, - bool& should_delay); + bool& should_delay, + bool is_mh_inline); bool should_inline(ciMethod* callee_method, ciMethod* caller_method, int caller_bci, @@ -115,7 +116,7 @@ // and may be accessed by find_subtree_from_root. // The call_method is the dest_method for a special or static invocation. // The call_method is an optimized virtual method candidate otherwise. - WarmCallInfo* ok_to_inline(ciMethod *call_method, JVMState* caller_jvms, ciCallProfile& profile, WarmCallInfo* wci, bool& should_delay); + WarmCallInfo* ok_to_inline(ciMethod *call_method, JVMState* caller_jvms, ciCallProfile& profile, WarmCallInfo* wci, bool& should_delay, bool is_mh_inline); // Information about inlined method JVMState* caller_jvms() const { return _caller_jvms; }