hotspot/src/share/vm/opto/compile.hpp
changeset 10270 c5fb89d9d515
parent 10264 6879f93d268d
child 10547 ea4a2ec31ae2
--- 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();