src/share/vm/c1/c1_FrameMap.hpp

Print this page

        

@@ -233,11 +233,11 @@
   static LIR_Opr caller_save_fpu_reg_at(int i) {
     assert(i >= 0 && i < nof_caller_save_fpu_regs, "out of bounds");
     return _caller_save_fpu_regs[i];
   }
 
-  static void init();
+  static void initialize();
 };
 
 //               CallingConvention
 //--------------------------------------------------------