< prev index next >

src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp

Print this page
rev 50535 : [mq]: rename_IN_ROOT

*** 401,411 **** __ z_lg(value, 0, value); // Resolve (untagged) jobject. __ z_tmll(tmp1, JNIHandles::weak_tag_mask); // Test for jweak tag. __ z_braz(Lnot_weak); __ verify_oop(value); ! DecoratorSet decorators = IN_ROOT | ON_PHANTOM_OOP_REF; g1_write_barrier_pre(masm, decorators, (const Address*)NULL, value, noreg, tmp1, tmp2, true); __ bind(Lnot_weak); __ verify_oop(value); __ bind(Ldone); } --- 401,411 ---- __ z_lg(value, 0, value); // Resolve (untagged) jobject. __ z_tmll(tmp1, JNIHandles::weak_tag_mask); // Test for jweak tag. __ z_braz(Lnot_weak); __ verify_oop(value); ! DecoratorSet decorators = IN_NATIVE | ON_PHANTOM_OOP_REF; g1_write_barrier_pre(masm, decorators, (const Address*)NULL, value, noreg, tmp1, tmp2, true); __ bind(Lnot_weak); __ verify_oop(value); __ bind(Ldone); }
< prev index next >