Skip to content

Commit a930870

Browse files
author
Thomas Schatzl
committed
8261309: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC
Reviewed-by: shade, ayang, sjohanss
1 parent b955f85 commit a930870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/cpu/aarch64/gc/shared/cardTableBarrierSetAssembler_aarch64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ void CardTableBarrierSetAssembler::store_check(MacroAssembler* masm, Register ob
4646

4747
if (UseCondCardMark) {
4848
Label L_already_dirty;
49-
__ membar(Assembler::StoreLoad);
5049
__ ldrb(rscratch2, Address(obj, rscratch1));
5150
__ cbz(rscratch2, L_already_dirty);
5251
__ strb(zr, Address(obj, rscratch1));

0 commit comments

Comments
 (0)