-
Enhancement
-
Resolution: Not an Issue
-
P4
-
9, 10
-
x86
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. These should be made intrinsic on x86.
The bitwise operations are implemented as CAS loops in methods on Unsafe. These should be made intrinsic on x86.
- relates to
-
JDK-8168425 Investigate SPARC intrinsics for bitwise operations
-
- Closed
-