< prev index next >

src/hotspot/cpu/aarch64/gc/z/zBarrierSetAssembler_aarch64.cpp

Print this page

        

*** 126,136 **** DecoratorSet decorators, BasicType type, Address dst, Register val, Register tmp1, ! Register tmp2) { // Verify value if (type == T_OBJECT || type == T_ARRAY) { // Note that src could be noreg, which means we // are storing null and can skip verification. if (val != noreg) { --- 126,137 ---- DecoratorSet decorators, BasicType type, Address dst, Register val, Register tmp1, ! Register tmp2, ! Register tmp3) { // Verify value if (type == T_OBJECT || type == T_ARRAY) { // Note that src could be noreg, which means we // are storing null and can skip verification. if (val != noreg) {
< prev index next >