JDK-8346777 : Remove unneeded ReplaceInitAndStrideStrategy and add missing const declarations
Type:Sub-task
Component:hotspot
Sub-Component:compiler
Affected Version:25
Priority:P4
Status:In Progress
Resolution:Unresolved
Submitted:2024-12-23
Updated:2024-12-23
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.
The ReplaceInitAndStrideStrategy is not needed and can actually be replaced by ReplaceInitAndCloneStrideStrategy. There are also some const declarations missing. This subtask will handle both.