hotspot/src/cpu/sparc/vm/assembler_sparc.hpp
changeset 7898 729a02451b8a
parent 7726 6a3d9023179a
child 7902 7a2c2642784c
--- a/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp	Mon Jan 10 17:14:53 2011 -0500
+++ b/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp	Tue Jan 11 17:33:21 2011 -0500
@@ -2389,7 +2389,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,