Skip to content

Commit

Permalink
Add comment in aarch64.ad
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaiwei committed May 30, 2024
1 parent 8ef3e03 commit 7df2103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/cpu/aarch64/aarch64.ad
Original file line number Diff line number Diff line change
Expand Up @@ -7838,6 +7838,7 @@ instruct membar_release() %{

ins_encode %{
__ block_comment("membar_release");
// These will be merged if AlwaysMergeDMB is enabled.
__ membar(Assembler::StoreStore);
__ membar(Assembler::LoadStore);
%}
Expand Down

0 comments on commit 7df2103

Please sign in to comment.