hotspot/src/share/vm/c1/c1_GraphBuilder.hpp
changeset 13974 791cba24758f
parent 13963 e5b53c306fb5
parent 13964 01a2b863cc61
child 16611 6807a703dd6b
--- a/hotspot/src/share/vm/c1/c1_GraphBuilder.hpp	Tue Oct 09 10:09:34 2012 -0700
+++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.hpp	Fri Oct 12 09:22:52 2012 -0700
@@ -31,6 +31,7 @@
 #include "c1/c1_ValueStack.hpp"
 #include "ci/ciMethodData.hpp"
 #include "ci/ciStreams.hpp"
+#include "compiler/compileLog.hpp"
 
 class MemoryBuffer;
 
@@ -369,7 +370,7 @@
   void append_unsafe_CAS(ciMethod* callee);
   bool append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add);
 
-  void print_inlining(ciMethod* callee, const char* msg, bool success = true);
+  void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);
 
   void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder);
   void profile_invocation(ciMethod* inlinee, ValueStack* state);