RFR: 8364757: Missing Store nodes caused by bad wiring in PhaseIdealLoop::insert_post_loop [v11]

Benoît Maillard bmaillard at openjdk.org
Wed Oct 1 14:09:09 UTC 2025


On Wed, 1 Oct 2025 09:05:01 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> Makes sense. It seems there are a lot of occurrences indeed, maybe I should address this in a separate RFE. Btw, it seems we could also change the return type of `PhaseIdealLoop::is_member` from `int` to `bool`, to stay consistent with `IdealLoopTree::is_member`.
>
> Indeed, no reason for a return type of `int`. Sure, a separate RFE works.

I have filed [JDK-8369002](https://bugs.openjdk.org/browse/JDK-8369002).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27225#discussion_r2394727832


More information about the hotspot-compiler-dev mailing list