hotspot/src/cpu/sparc/vm/assembler_sparc.hpp
changeset 7902 7a2c2642784c
parent 7893 e14a80620069
parent 7898 729a02451b8a
child 8328 478a1d29e5a3
--- a/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp	Thu Jan 13 07:28:47 2011 -0800
+++ b/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp	Thu Jan 13 08:32:15 2011 -0800
@@ -2399,7 +2399,8 @@
     Label&   slow_case                 // continuation point if fast allocation fails
   );
   void tlab_refill(Label& retry_tlab, Label& try_eden, Label& slow_case);
-  void incr_allocated_bytes(Register var_size_in_bytes, int con_size_in_bytes, Register t1);
+  void incr_allocated_bytes(RegisterOrConstant size_in_bytes,
+                            Register t1, Register t2);
 
   // interface method calling
   void lookup_interface_method(Register recv_klass,