8307150: RISC-V: Remove remaining StoreLoad barrier with UseCondCardMark for Serial/Parallel GC
Reviewed-by: shade, fyang
This commit is contained in:
parent
418a82551a
commit
0b5b6429a0
@ -49,7 +49,6 @@ void CardTableBarrierSetAssembler::store_check(MacroAssembler* masm, Register ob
|
||||
|
||||
if (UseCondCardMark) {
|
||||
Label L_already_dirty;
|
||||
__ membar(MacroAssembler::StoreLoad);
|
||||
__ lbu(t1, Address(tmp));
|
||||
__ beqz(t1, L_already_dirty);
|
||||
__ sb(zr, Address(tmp));
|
||||
|
Loading…
x
Reference in New Issue
Block a user