RFR: 8321823: Remove redundant PhaseGVN transform_no_reclaim [v2]
Paul Hohensee
phh at openjdk.org
Wed Dec 13 21:46:39 UTC 2023
On Tue, 12 Dec 2023 17:29:50 GMT, Joshua Cao <duke at openjdk.org> wrote:
>> `PhaseGVN::transform` is just a one line wrapper around `PhaseGVN::transform_no_reclaim`. Looking at the history, they had different functionality in 2008, but since have become the same thing. We prefer to keep `PhaseGVN::transform` because it has hundreds of callsites, while the other only has a few callsites that are shown in the PR.
>>
>> Passes tier1 locally on my Linux machine.
>
> Joshua Cao has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix formatting
There are a couple of GHA failures that look compiler related. I approved the PR before looking at these because the patch is trivial on its face, but now I'm suspicious.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17071#issuecomment-1854746506
More information about the hotspot-compiler-dev
mailing list