--- old/src/share/vm/opto/c2compiler.hpp 2014-09-04 12:25:43.150499578 +0200 +++ new/src/share/vm/opto/c2compiler.hpp 2014-09-04 12:25:42.918499588 +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