RFR: 8377446: Improve parameter naming in pointer_delta() [v3]
Albert Mingkun Yang
ayang at openjdk.org
Tue Feb 10 13:08:58 UTC 2026
On Tue, 10 Feb 2026 12:05:43 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Hi all,
>>
>> please review this renaming of arguments to `pointer_delta`, instead of `left` and `right` use `high` and `low` (address) to (imo) better indicate the expected meaning of the arguments.
>>
>> Testing: gha
>>
>> Thanks,
>> Thomas
>
> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>
> * try to improve documentation
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/29631#pullrequestreview-3778844376
More information about the hotspot-dev
mailing list