RFR: 8377446: Improve parameter naming in pointer_delta() [v2]
Thomas Schatzl
tschatzl at openjdk.org
Tue Feb 10 08:34:49 UTC 2026
> 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:
Update src/hotspot/share/adlc/adlArena.cpp
Co-authored-by: Christian Hagedorn <christian.hagedorn at oracle.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/29631/files
- new: https://git.openjdk.org/jdk/pull/29631/files/01951430..8637924c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=29631&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=29631&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/29631.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/29631/head:pull/29631
PR: https://git.openjdk.org/jdk/pull/29631
More information about the hotspot-dev
mailing list