On Wed, 12 Aug 2026 23:01:04 GMT, Chris Plummer <[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. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32310#issuecomment-5274221349
