[lworld] RFR: 8373708: [lworld] InstanceKlass::null_marker_offset(int i) is misleading

Stefan Karlsson stefank at openjdk.org
Thu Dec 18 21:18:54 UTC 2025


On Thu, 18 Dec 2025 20:32:27 GMT, Frederic Parain <fparain at openjdk.org> wrote:

> Please review this very small change to rename InstanceKlass::null_marker_offset(int i) into InstanceKlass::field_null_marker_offset(int i) to highlight the fact that the method returns the null marker offset of a given field and not the null marker offset for the current class.
> 
> Thank you.
> 
> Fred

Looks good. Thanks for fixing!

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

Marked as reviewed by stefank (Author).

PR Review: https://git.openjdk.org/valhalla/pull/1835#pullrequestreview-3595090068


More information about the valhalla-dev mailing list