diff -r 82f545c6572b -r 9a0bb63adf5a hotspot/src/share/vm/opto/parse.hpp --- a/hotspot/src/share/vm/opto/parse.hpp Thu Mar 12 15:51:12 2015 -0700 +++ b/hotspot/src/share/vm/opto/parse.hpp Fri Mar 13 21:53:13 2015 +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;