--- old/src/share/vm/opto/parse.hpp 2019-02-15 19:02:37.822819546 +0300 +++ new/src/share/vm/opto/parse.hpp 2019-02-15 19:02:37.726822900 +0300 @@ -87,7 +87,7 @@ JVMState* jvms, WarmCallInfo* wci_result); void print_inlining(ciMethod* callee_method, int caller_bci, - bool success) const; + ciMethod* caller_method, bool success) const; InlineTree* caller_tree() const { return _caller_tree; } InlineTree* callee_at(int bci, ciMethod* m) const;