JDK-8263591 : Two C2 compiler phases with the name "after matching"
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:16,17
Priority:P5
Status:Resolved
Resolution:Fixed
Submitted:2021-03-15
Updated:2021-09-29
Resolved:2021-03-29
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.
After integration of JDK-8223347, we have two "After matching" phases in the IGV:
case PHASE_AFTER_MATCHING: return "After Matching";
[...]
case PHASE_MATCHING: return "After matching";
This is confusing and should be renamed.