Integrated: 8307806: Rename Atomic::fetch_and_add and friends
Kim Barrett
kbarrett at openjdk.org
Fri May 12 09:55:57 UTC 2023
On Wed, 10 May 2023 08:38:49 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this renaming of Atomic::fetch_and_add and friends to be
> consistent with the naming convention recently chosen for atomic bitops. That
> is, make the following name changes for class Atomic and it's implementation:
>
> - fetch_and_add => fetch_then_add
> - add_and_fetch => add_then_fetch
>
> Testing:
> mach5 tier1-3
> GHA testing
This pull request has now been integrated.
Changeset: f09a0f5c
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f09a0f5ca787e139f240a33bb12491792b8e7003
Stats: 165 lines in 46 files changed: 0 ins; 0 del; 165 mod
8307806: Rename Atomic::fetch_and_add and friends
Reviewed-by: stefank, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/13896
More information about the hotspot-dev
mailing list