diff -r 8a1ab847ebea -r c5fb89d9d515 hotspot/src/share/vm/opto/compile.hpp --- a/hotspot/src/share/vm/opto/compile.hpp Wed Aug 17 11:52:22 2011 -0700 +++ b/hotspot/src/share/vm/opto/compile.hpp Thu Aug 18 11:49:33 2011 -0700 @@ -794,9 +794,6 @@ // Determine which variable sized branches can be shortened void shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size); - // Inserts nops where needed and final shorten branches. - void finalize_offsets_and_shorten(uint* blk_starts); - // Compute the size of first NumberOfLoopInstrToAlign instructions // at the head of a loop. void compute_loop_first_inst_sizes();