RFR: 8287400: Make BitMap range parameter names consistent [v2]
Leo Korinth
lkorinth at openjdk.org
Wed Nov 30 09:55:27 UTC 2022
On Tue, 29 Nov 2022 12:10:11 GMT, Afshin Zafari <duke at openjdk.org> wrote:
>> The ranges are determined by 'start' and 'end' all over the bitMap.hpp and bitMap.cpp. All instances of other names for start and end are replaced.
>
> Afshin Zafari has updated the pull request incrementally with two additional commits since the last revision:
>
> - 8287400: Make BitMap range parameter names consistent
> - Revert "8287400: Make BitMap range parameter names consistent"
>
> This reverts commit 170f75aab91b3299c0be0f38c321d3025aeba7e8.
Approved. Personally I think I would have preferred `start` as it is short and you do not need to abbreviate to `beg` but this looks good and is a nice cleanup. Thanks!
-------------
Marked as reviewed by lkorinth (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11375
More information about the hotspot-dev
mailing list