Skip to content

Commit

Permalink
8261309: Remove remaining StoreLoad barrier with UseCondCardMark for …
Browse files Browse the repository at this point in the history
…Serial/Parallel GC

Reviewed-by: shade, ayang, sjohanss
  • Loading branch information
Thomas Schatzl committed Feb 17, 2021
1 parent b955f85 commit a930870
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ void CardTableBarrierSetAssembler::store_check(MacroAssembler* masm, Register ob

if (UseCondCardMark) {
Label L_already_dirty;
__ membar(Assembler::StoreLoad);
__ ldrb(rscratch2, Address(obj, rscratch1));
__ cbz(rscratch2, L_already_dirty);
__ strb(zr, Address(obj, rscratch1));
Expand Down

1 comment on commit a930870

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.