RFR: 8307806: Rename Atomic::fetch_and_add and friends [v3]

David Holmes dholmes at openjdk.org
Sat May 13 21:37:55 UTC 2023


On Sat, 13 May 2023 21:33:10 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Kim Barrett has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:
>> 
>>  - additional renamings post-genzgc
>>  - Merge branch 'master' into atomic-arith-names
>>  - revert accidental Red Hat copyright change
>>  - rename in tests
>>  - rename uses
>>  - rename impl
>
> src/hotspot/share/gc/z/zRelocationSet.cpp line 47:
> 
>> 45:   const ZArray<ZPage*>*          _small;
>> 46:   const ZArray<ZPage*>*          _medium;
>> 47:   ZArrayParallelIterator<ZPage*> _small_iter;
> 
> Why was this removed?

Never mind this seems to be a quirk of the github UI.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13896#discussion_r1193040372


More information about the hotspot-dev mailing list