On Wed, 12 Aug 2026 21:50:24 GMT, Chris Plummer <[email protected]> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Improve OopField::getOffset
>
> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/OopField.java line
> 35:
>
>> 33: public class OopField extends Field {
>> 34:
>> 35: private final InlineKlass inlineKlass;
>
> So this is set to the InlineKlass only if this Field references an
> InlineKlass and it has been flattened? If so, please add a comment.
This field and related codes are not used so far. They are for FlatArray (I
will create it as followup PR). Thus I can remove them. Should I do that?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32310#discussion_r3771639267