On Tue, 25 Aug 2026 00:06:25 GMT, Chris Plummer <[email protected]> wrote:
>> For consistency, `Inline(OopHandle handle, ObjectHeap heap)` calls this >> c'tor like `this(handle, heap, null)`. > > Perhaps it shouldn't do that and instead just call super(). In other words > make it clear that one constructor is for buffered instances of inlinable > types and the other is for flattened instances of inlineable types. I think this concern was gone in the latest commit because `FlattenedInline` has been introduced. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32310#discussion_r3859979257
