Relates :
|
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 with JDK-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.
|