[lworld] RFR: 8341757: Field layout computation allowing atomic and nullable flattening [v2]

Dan Heidinga heidinga at openjdk.org
Wed Oct 30 16:47:48 UTC 2024


On Fri, 25 Oct 2024 13:29:54 GMT, Frederic Parain <fparain at openjdk.org> wrote:

>> Initial implementation of fields layouts in order to support heap flattening with JEP 401 model.
>> The patch includes the generation of two new flat fields layouts: atomic and nullable.
>> The patch also includes the support in the interpreter (through the access API) to access the new layouts while respecting the new semantic (on x86_64 and aarch64).
>> Some areas do not support the new layouts yet, like JITs, Unsafe and arrays.
>> 
>> There's no automatic tests yet, but considering the impact those new layouts will have on the JVM, the priority was to make this code available to all developers as soon as possible. Automatic tests will be added in a following CR.
>> 
>> Fred
>
> Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix bugs in aarch64 get_default_value_oop() method

All my comments have been addressed

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

Marked as reviewed by heidinga (no project role).

PR Review: https://git.openjdk.org/valhalla/pull/1275#pullrequestreview-2405603953


More information about the valhalla-dev mailing list