--- old/src/cpu/sparc/vm/macroAssembler_sparc.hpp 2016-01-11 14:39:02.365968828 +0100 +++ new/src/cpu/sparc/vm/macroAssembler_sparc.hpp 2016-01-11 14:39:02.025968844 +0100 @@ -1318,6 +1318,7 @@ Label& slow_case // continuation point if fast allocation fails ); void tlab_refill(Label& retry_tlab, Label& try_eden, Label& slow_case); + void zero_memory(Register base, Register index); void incr_allocated_bytes(RegisterOrConstant size_in_bytes, Register t1, Register t2);