hotspot/src/share/vm/c1/c1_Compiler.hpp
changeset 26796 666464578742
parent 22236 44508442b8da
child 31962 d05e0a4d1b43
--- a/hotspot/src/share/vm/c1/c1_Compiler.hpp	Tue Sep 16 14:39:11 2014 +0200
+++ b/hotspot/src/share/vm/c1/c1_Compiler.hpp	Wed Sep 17 08:00:07 2014 +0200
@@ -54,6 +54,9 @@
 
   // Print compilation timers and statistics
   virtual void print_timers();
+
+  // Size of the code buffer
+  static int code_buffer_size();
 };
 
 #endif // SHARE_VM_C1_C1_COMPILER_HPP