On Tue, 8 Sep 2026 18:04:15 GMT, Ioi Lam <[email protected]> wrote:

> One more case to fix: `inline_fields` -> `flat_fields`.
> 
> https://github.com/openjdk/jdk/blob/2b5edfe1b6f5571e9878dcb08b67cdec3487b666/src/hotspot/share/opto/type.cpp#L2270

That function doesn't only collect flat fields, so I think that would be 
misleading. In #32755 I'm changing `collect_inline_fields` to 
`collect_value_fields`. Reading this again, it might be better to call it 
`collect_value_klass_fields`, to indicate that we are collecting the fields of 
the value klass.

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

PR Comment: https://git.openjdk.org/jdk/pull/32756#issuecomment-5590802843

Reply via email to