There is no version of Atomic::cmpxchg that operates on size_t variables.
This typically results in developers using a different, unsuitable type for sizes instead.
Note that a version of Atomic::cmpxchg that operates on size_t clashes with the existing variant for uint on 32 bit platforms.
This typically results in developers using a different, unsuitable type for sizes instead.
Note that a version of Atomic::cmpxchg that operates on size_t clashes with the existing variant for uint on 32 bit platforms.
- duplicates
-
JDK-8184334 Generalizing Atomic with templates
-
- Closed
-
- relates to
-
JDK-8037295 Add size_t versions of Atomic::add, dec, and inc
-
- Closed
-