JDK-8357951 : Remove the IdealLoopTree* loop parameter from PhaseIdealLoop::loop_iv_phi
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 15,25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-05-28
  • Updated: 2025-06-06
  • Resolved: 2025-06-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 26
26 masterFixed
Related Reports
Causes :  
Description
The parameter is unused. Let's clean that up!

Looks like PhaseIdealLoop::loop_iv_stride has a similar problem. Maybe looking around as well.
Comments
Changeset: d1b78800 Branch: master Author: BenoƮt Maillard <benoit.maillard@oracle.com> Committer: Tobias Hartmann <thartmann@openjdk.org> Date: 2025-06-06 08:16:15 +0000 URL: https://git.openjdk.org/jdk/commit/d1b788005bdf11f1426baa8e811c121a956482c9
06-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25659 Date: 2025-06-05 12:02:10 +0000
05-06-2025