On Thu, 13 Aug 2026 00:03:18 GMT, Yasumasa Suenaga <[email protected]> wrote:
> > How do these changes relate to the following bug? > > [JDK-8247507](https://bugs.openjdk.org/browse/JDK-8247507) SA: > > MetadataField.java needs to support inlined fields > > This PR does not match exactly with JDK-8247507, but has same approach with > it. > > JDK-8247507 focuses on metadata, but this PR focuses on oop traversal (not > metadata). It is same way that It gets metadata (`Klass`) from holder class > when the oop is `InlineKlass`. AFAICS fetching flattened object (oop) by > `inspect` CLHSDB command does not need to access `MetadataField` because we > just want the value only. So I didn't modify `MetadataField` in this PR. Ok. I'm just wondering where SA functionality is not working due to JDK-8247507. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32310#issuecomment-5274348302
