On Thu, 10 Sep 2026 03:45:35 GMT, Serguei Spitsyn <[email protected]> wrote:
> Do we need test cases for ? : > > - null-restricted flat field without a null marker case > - non-flattened heap value object case Can you show example how can I create them? > - flattened array coverage I will work for it in another issue ([JDK-8381336](https://bugs.openjdk.org/browse/JDK-8381336)) > - two class loaders having classes with the same name (it is for completeness > but not critical) I think it does not need because this PR retrieves `ValueKlass` from `ValueKlassLayoutInfo`. This is the same way to create heap dump (heapDumper.cpp in HotSpot). ------------- PR Comment: https://git.openjdk.org/jdk/pull/32310#issuecomment-5613943088
