[lworld] RFR: 8370349: [lworld] Generalize some memory optimizations for strict final fields
Quan Anh Mai
qamai at openjdk.org
Wed Oct 22 08:50:06 UTC 2025
On Tue, 21 Oct 2025 17:07:21 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> Hi,
>
> Some optimizations in `memnode.cpp` look at some properties of the pointer such as if it is a field of a value class, or if it is a field of a box class while the required assumption is that the pointer is to a strict final field. This PR cleans that up.
>
> Please leave your reviews, thanks very much.
Thanks a lot for the review!
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/1692#issuecomment-3431153847
More information about the valhalla-dev
mailing list