RFR: 8328331: Rename files 'blockOffsetTable.[h|c]pp' to 'BOTConstants.[h|c]pp'

Julian Waters jwaters at openjdk.org
Mon Mar 18 09:27:26 UTC 2024


On Mon, 18 Mar 2024 08:23:45 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This path renames the files `gc/shared/blockOffsetTable.[h|c]pp` to `BOTConstants.[h|c]pp`. Becuase these two files only have one class `BOTConstants`. Thanks for taking the time to review.
> 
> Best Regrads,
> -- Guoxiong

I believe the lowerCamelCase file name is a HotSpot naming convention, and I feel that BOT is slightly less descriptive than blockOffsetTable, but that's just my personal opinion

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

PR Review: https://git.openjdk.org/jdk/pull/18342#pullrequestreview-1942388680


More information about the hotspot-gc-dev mailing list