Relates :
|
A VarHandle covering a float/double field or array can support CAS/set/add atomics by converting to/from raw bits. With JDK-8157726 filling out subword CAS/set/add for boolean, byte and short. This completes the support for all primitive types and the reference type.
|