JDK-8344035 : Replace predicate walking code in Loop Unswitching with a predicate visitor
Type:Sub-task
Component:hotspot
Sub-Component:compiler
Affected Version:24
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2024-11-12
Updated:2025-01-20
Resolved:2025-01-13
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.
As a follow-up to JDK-8342945, I'm now replacing the predicate code which clones Template Assertion and Parse Predicates with a dedicated PredicateVisitor.