Skip to content

Commit 0bdef91

Browse files
zhengxiaolinXRealFYang
authored andcommitted
8308089: [riscv-port-jdk17u] Intrinsify Unsafe.storeStoreFence
Reviewed-by: fyang
1 parent 3a02888 commit 0bdef91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/cpu/riscv/riscv.ad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7734,6 +7734,7 @@ instruct membar_release() %{
77347734

77357735
instruct membar_storestore() %{
77367736
match(MemBarStoreStore);
7737+
match(StoreStoreFence);
77377738
ins_cost(ALU_COST);
77387739

77397740
format %{ "MEMBAR-store-store\t#@membar_storestore" %}

0 commit comments

Comments
 (0)