--- old/src/share/vm/c1/c1_Compiler.hpp 2014-09-03 12:15:30.243797424 +0200 +++ new/src/share/vm/c1/c1_Compiler.hpp 2014-09-03 12:15:29.939797415 +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