RFR: 8295066: Folding of loads is broken in C2 after JDK-8242115
Igor Veresov
iveresov at openjdk.org
Wed Oct 26 20:49:33 UTC 2022
On Tue, 25 Oct 2022 19:50:10 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
> The fix does two things:
>
> 1. Allow folding of pinned loads to constants with a straight line data flow (no phis).
> 2. Make scalarization aware of the new shape of the barriers so that pre-loads can be ignored.
>
> Testing is clean, Valhalla testing is clean too.
Thanks for the reviews!
-------------
PR: https://git.openjdk.org/jdk/pull/10861
More information about the shenandoah-dev
mailing list