JDK-8347273 : C2: VerifyIterativeGVN for Ideal and Identity
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-01-08
  • Updated: 2025-07-01
  • Resolved: 2025-06-12
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 b03Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Just like with JDK-8298952 for Value, we should verify that all Ideal and Identity optimizations were performed after IGVN. This is expensive, so we will only do it under the debug flag VerifyIterativeGVN.

We can also bail-out for a lot of node types, and more precisely analyze them in follow-up RFEs - they could be good starter tasks!
Comments
Changeset: dd688290 Branch: master Author: Emanuel Peter <epeter@openjdk.org> Date: 2025-06-12 14:19:08 +0000 URL: https://git.openjdk.org/jdk/commit/dd68829017c3adea4068d5311cab3fbef87b9577
12-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22970 Date: 2025-01-08 14:43:40 +0000
09-06-2025

Draft: https://github.com/openjdk/jdk/pull/22970
08-01-2025