src/share/vm/opto/graphKit.cpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

*** 3811,3821 **** __ if_then(card_val, BoolTest::ne, zero); } // Smash zero into card if( !UseConcMarkSweepGC ) { ! __ store(__ ctrl(), card_adr, zero, bt, adr_type, MemNode::release); } else { // Specialized path for CM store barrier __ storeCM(__ ctrl(), card_adr, zero, oop_store, adr_idx, bt, adr_type); } --- 3811,3822 ---- __ if_then(card_val, BoolTest::ne, zero); } // Smash zero into card if( !UseConcMarkSweepGC ) { ! __ store(__ ctrl(), card_adr, zero, bt, adr_type, ! MemNode:: NOT_AARCH64(release) AARCH64_ONLY(unordered)); } else { // Specialized path for CM store barrier __ storeCM(__ ctrl(), card_adr, zero, oop_store, adr_idx, bt, adr_type); }