RFR: 8295066: Folding of loads is broken in C2 after JDK-8242115
Tobias Hartmann
thartmann at openjdk.org
Wed Oct 26 05:24:23 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.
That looks good to me too.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10861
More information about the hotspot-dev
mailing list