< prev index next >

src/hotspot/cpu/arm/c1_LIRGenerator_arm.cpp

Print this page
rev 49911 : imported patch removeAllGCs

*** 532,542 **** __ cmp(lir_cond_equal, cur_value, LIR_OprFact::intConst(CardTable::dirty_card_val())); __ branch(lir_cond_equal, T_BYTE, L_already_dirty->label()); set_card(tmp, card_addr); __ branch_destination(L_already_dirty->label()); } else { ! #if INCLUDE_ALL_GCS if (UseConcMarkSweepGC && CMSPrecleaningEnabled) { __ membar_storestore(); } #endif set_card(tmp, card_addr); --- 532,542 ---- __ cmp(lir_cond_equal, cur_value, LIR_OprFact::intConst(CardTable::dirty_card_val())); __ branch(lir_cond_equal, T_BYTE, L_already_dirty->label()); set_card(tmp, card_addr); __ branch_destination(L_already_dirty->label()); } else { ! #if INCLUDE_CMSGC if (UseConcMarkSweepGC && CMSPrecleaningEnabled) { __ membar_storestore(); } #endif set_card(tmp, card_addr);
< prev index next >