Integrated: 8377446: Improve parameter naming in pointer_delta()

Thomas Schatzl tschatzl at openjdk.org
Wed Feb 11 09:45:51 UTC 2026


On Mon, 9 Feb 2026 08:41:36 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

This pull request has now been integrated.

Changeset: 9026f49d
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9026f49dd238d16240687c4627e42c5dbee08773
Stats:     15 lines in 2 files changed: 1 ins; 0 del; 14 mod

8377446: Improve parameter naming in pointer_delta()

Reviewed-by: ayang, chagedorn

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

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


More information about the hotspot-dev mailing list