RFR: 8367981: Update CompactHashtable comments [v2]
Hamlin Li
mli at openjdk.org
Tue Sep 23 18:35:09 UTC 2025
On Tue, 23 Sep 2025 16:53:25 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> All parameters of offset should be changed to encoded_value.
I guess you mean change from `value` to encoded_value in `CompactHashtable`?
I did not touch the parameter name `offset` in read_value_from_compact_hashtable (which is used in OffsetCompactHashtable), as I think it means `offset` intentionally.
But please correct me if I'm understanding wrongly.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27360#discussion_r2373145523
More information about the hotspot-runtime-dev
mailing list