JDK-8319664 : IGV always output on PhaseRemoveUseless
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 22
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-11-07
  • Updated: 2023-11-13
  • Resolved: 2023-11-09
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 22
22 masterFixed
Related Reports
Relates :  
Description
We only output RemoveUseless after parsing, but we also call it in other places. In particular, I noticed that IGV shows Incremental Inlining immediately followed by BeforeGVN, but there should be RemoveUseless in between.
Comments
Changeset: a3f1b33b Author: Joshua Cao <joshcao@amazon.com> Committer: Jie Fu <jiefu@openjdk.org> Date: 2023-11-09 14:56:57 +0000 URL: https://git.openjdk.org/jdk/commit/a3f1b33b9bfe6d035514a17d0bde68a9befee836
09-11-2023

Should be no conflict with the changes for JDK-8295166.
08-11-2023

Related to JDK-8295166 ([~dlunden]).
08-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16549 Date: 2023-11-07 22:16:28 +0000
07-11-2023