RFR: 8349479: C2: when a Type node becomes dead, make CFG path that uses it unreachable [v7]
Christian Hagedorn
chagedorn at openjdk.org
Mon Apr 7 06:49:08 UTC 2025
On Thu, 3 Apr 2025 12:38:49 GMT, Roland Westrelin <roland at openjdk.org> wrote:
>> I assume that JDK-8275202 also calls this method with a non-null `PhaseIdealLoop` pointer? Now we only pass in null, so the `loop` parameter could be removed.
>
> Right. Do you think it's better to remove the parameter that's used (for now)?
Up to you, I'm fine to leave it in if you estimate that JDK-8275202 is coming in soon anyway.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23468#discussion_r2030553794
More information about the hotspot-compiler-dev
mailing list