--- old/src/share/vm/opto/c2compiler.hpp 2014-08-29 15:59:14.804855112 +0200 +++ new/src/share/vm/opto/c2compiler.hpp 2014-08-29 15:59:14.476855127 +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