On Thu, 28 May 2026 15:23:36 GMT, Chen Liang <[email protected]> wrote:

>> src/hotspot/share/classfile/systemDictionary.cpp line 1208:
>> 
>>> 1206:   if (ik->has_inlined_fields()) {
>>> 1207:     for (AllFieldStream fs(ik); !fs.done(); fs.next()) {
>>> 1208:       if (fs.access_flags().is_static()) continue;
>> 
>> @fparain As per our discussion about nullresticted fields, this will need to 
>> be updated as well to not skip static fields
>
> Hmm, does this mean NR static fields may have non-reference layout?

No, this is related to ensuring that NR fields at dump time and NR fields at 
restore time are consistent

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2409#discussion_r3318952125

Reply via email to