Reimplement Atomic::inc/dec as templates. One goal is to generalize the API and make it more type-safe, eliminating the need for most casts. This includes replacing the type-information-losing inc/dec_ptr with type-safe inc/dec. Another goal is to allow more direct platform-specific implementation of the generic operation, for platforms that support that via generic intrinsics.
Subtask ofJDK-8184334, addressing only Atomic::inc/dec.
Subtask of
- relates to
-
JDK-8187462 IntegralConstant should not be AllStatic
-
- Resolved
-