< prev index next >

src/hotspot/cpu/sparc/templateTable_sparc.cpp

8199604_cardtablemodrefbs_rename

*** 88,98 **** __ g1_write_barrier_post(base, new_val, tmp); } } break; #endif // INCLUDE_ALL_GCS ! case BarrierSet::CardTableModRef: { if (index == noreg ) { assert(Assembler::is_simm13(offset), "fix this code"); __ store_heap_oop(val, base, offset); } else { --- 88,98 ---- __ g1_write_barrier_post(base, new_val, tmp); } } break; #endif // INCLUDE_ALL_GCS ! case BarrierSet::CardTableBarrierSet: { if (index == noreg ) { assert(Assembler::is_simm13(offset), "fix this code"); __ store_heap_oop(val, base, offset); } else {
< prev index next >