[lworld] RFR: 8311219: [lworld] VM option "InlineFieldMaxFlatSize" cannot work well
Jatin Bhateja
jbhateja at openjdk.org
Sat Jul 22 03:25:01 UTC 2023
On Fri, 21 Jul 2023 20:31:45 GMT, Frederic Parain <fparain at openjdk.org> wrote:
> The state of Valhalla document is not a specification, but a document about the general design of the Valhalla features in the VM. Currently, fields with L-descriptors are never flattened even the final ones. There are some non-trivial problems to be solved regarding their status before initialization and until we have a good solution to those problems, the safest option is to not flattened them.
null initialized L descriptor final fields may be tricky to handle, being pessimist looks appropriate in this case.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/888#discussion_r1271236781
More information about the valhalla-dev
mailing list