-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
None
-
None
We do have the {set|get}{.|Volatile|Acquire|Release} accessors for most types. Most of these accessors delegate their gory work to Unsafe. This issue should handle the proper intrinsification of new Unsafe methods for VarHandles work.
In particular, should we really intrinsify putOrdered*, or we can emulate them with fences? Should we intrinsify getAcquire*? What is the difference in intrinsics between putOrdered and putVolatile?
In particular, should we really intrinsify putOrdered*, or we can emulate them with fences? Should we intrinsify getAcquire*? What is the difference in intrinsics between putOrdered and putVolatile?
- relates to
-
JDK-8080685 Unsafe.getAcquire* and VarHandles.getAcquire
- Resolved