RFR: 8287400: Make BitMap range parameter names consistent

David Holmes dholmes at openjdk.org
Mon Nov 28 01:07:56 UTC 2022


On Sat, 26 Nov 2022 22:16:34 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.

I only see one use of `start_offset`  in bitMap.cpp and no uses of `start` in bitMap.hpp - so this is really changing the vast majority of the names. The simplest change for consistency would be to always use `beg` and `end`.

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

PR: https://git.openjdk.org/jdk/pull/11375


More information about the hotspot-dev mailing list