< prev index next >

src/hotspot/cpu/x86/templateTable_x86.hpp

Print this page

        

@@ -39,10 +39,10 @@
   static void index_check(Register array, Register index);
   static void index_check_without_pop(Register array, Register index);
 
   static void putfield_or_static_helper(int byte_no, bool is_static, RewriteControl rc,
                                         Register obj, Register off, Register flags, Register flags2);
-  static void fast_storefield_helper(Address field, Register rax);
+  static void fast_storefield_helper(Address field, Register obj, Register flags);
 
   static void invoke_is_substitutable(Register aobj, Register bobj, Label& is_subst, Label& not_subst);
 
 #endif // CPU_X86_TEMPLATETABLE_X86_HPP
< prev index next >