--- old/src/hotspot/share/opto/callGenerator.hpp 2018-11-14 17:52:32.267203376 +0100 +++ new/src/hotspot/share/opto/callGenerator.hpp 2018-11-14 17:52:24.049177462 +0100 @@ -132,6 +132,14 @@ static CallGenerator* for_mh_late_inline(ciMethod* caller, ciMethod* callee, bool input_not_const); static CallGenerator* for_string_late_inline(ciMethod* m, CallGenerator* inline_cg); static CallGenerator* for_boxing_late_inline(ciMethod* m, CallGenerator* inline_cg); + static CallGenerator* for_object_equals_late_inline(ciMethod* m, CallGenerator* inline_cg); + static CallGenerator* for_late_inline_Virtual_call(ciMethod* method, + int vtable_index, + bool call_does_dispatch, + bool allow_inline, + float prof_factor, + ciKlass* speculative_receiver_type, + bool delayed_forbidden); // How to make a call but defer the decision whether to inline or not. static CallGenerator* for_warm_call(WarmCallInfo* ci,