RFR: 8321823: Remove redundant PhaseGVN transform and transform_no_reclaim [v2]

Joshua Cao duke at openjdk.org
Tue Dec 12 17:29:50 UTC 2023


> `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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17071/files
  - new: https://git.openjdk.org/jdk/pull/17071/files/5a987f69..09225453

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17071&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17071&range=00-01

  Stats: 3 lines in 2 files changed: 1 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/17071.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17071/head:pull/17071

PR: https://git.openjdk.org/jdk/pull/17071


More information about the hotspot-compiler-dev mailing list