mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8252990: Intrinsify Unsafe.storeStoreFence
Reviewed-by: dholmes, thartmann, whuang
This commit is contained in:
parent
92be9d8c53
commit
b7a06be98d
16 changed files with 33 additions and 6 deletions
|
@ -4117,6 +4117,7 @@ bool MatchRule::is_ideal_membar() const {
|
|||
!strcmp(_opType,"MemBarReleaseLock") ||
|
||||
!strcmp(_opType,"LoadFence" ) ||
|
||||
!strcmp(_opType,"StoreFence") ||
|
||||
!strcmp(_opType,"StoreStoreFence") ||
|
||||
!strcmp(_opType,"MemBarVolatile") ||
|
||||
!strcmp(_opType,"MemBarCPUOrder") ||
|
||||
!strcmp(_opType,"MemBarStoreStore") ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue