hotspot/src/share/vm/opto/parse.hpp
changeset 29582 9a0bb63adf5a
parent 28912 27fac2f8fdbe
child 31857 adbf29d9ca43
--- 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;