-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
9
Add methods to sun.misc.Unsafe to perform acquire-get access all types. Make VarHandles.getAcquire to use them.
The additional intrinsification of these methods, if required, is handled withJDK-8132332.
These methods are the twin of the Unsafe.putOrderedObject/Int/Long (set-release) methods that, when used together on the same variable, establishes a synchronized-with relationship.
The additional intrinsification of these methods, if required, is handled with
These methods are the twin of the Unsafe.putOrderedObject/Int/Long (set-release) methods that, when used together on the same variable, establishes a synchronized-with relationship.
- relates to
-
JDK-8132332 Unsafe intrinsics overhaul for VarHandle.{getAcquire|setRelease}
- Resolved