-
Enhancement
-
Resolution: Won't Fix
-
P4
-
9, 10
-
sparc
VarHandles added support for bitwise atomic operations, such as getAndBitwiseOr, for all primitive types except float/double (Note: boolean is supported, which is really a logical operation from the language perspective).
The bitwise operations are implemented as CAS loops in methods on Unsafe.
The bitwise operations are implemented as CAS loops in methods on Unsafe.
- relates to
-
JDK-8168424 Implement x86 intrinsics for bitwise operations
-
- Closed
-