hotspot/src/share/vm/opto/c2compiler.hpp
changeset 26796 666464578742
parent 22236 44508442b8da
child 28395 fbe08d791778
--- a/hotspot/src/share/vm/opto/c2compiler.hpp	Tue Sep 16 14:39:11 2014 +0200
+++ b/hotspot/src/share/vm/opto/c2compiler.hpp	Wed Sep 17 08:00:07 2014 +0200
@@ -50,6 +50,9 @@
 
   // Print compilation timers and statistics
   void print_timers();
+
+  // Initial size of the code buffer (may be increased at runtime)
+  static int initial_code_buffer_size();
 };
 
 #endif // SHARE_VM_OPTO_C2COMPILER_HPP