hotspot/src/share/vm/c1/c1_Compilation.hpp
changeset 7722 f0bd3dd3192f
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
--- a/hotspot/src/share/vm/c1/c1_Compilation.hpp	Mon Jan 03 14:09:11 2011 -0500
+++ b/hotspot/src/share/vm/c1/c1_Compilation.hpp	Fri Jan 07 12:44:54 2011 -0500
@@ -192,7 +192,7 @@
     return desired_max_code_buffer_size() / 10;
   }
 
-  static void setup_code_buffer(CodeBuffer* cb, int call_stub_estimate);
+  static bool setup_code_buffer(CodeBuffer* cb, int call_stub_estimate);
 
   // timers
   static void print_timers();