JDK-8255000 : C2: Unify IGVN processing when loop opts are over
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-19
  • Updated: 2020-10-30
  • Resolved: 2020-10-21
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 16
16 b21Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Description
Process nodes which benefit/require special handling after loop opts are over in a uniform manner. 

Right now, there's special handling logic for CastII and Opaque4 nodes and some nodes check C->major_progress() to guard the logic which should is applicable to post loop opts phase. 
Comments
Changeset: 7e264043 Author: Vladimir Ivanov <vlivanov@openjdk.org> Date: 2020-10-21 08:09:00 +0000 URL: https://git.openjdk.java.net/jdk/commit/7e264043
21-10-2020