JDK-8334303 : Create common method to initialize MachCallJavaNode fields
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:24
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2024-06-14
Updated:2024-06-14
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.
JDK-8332903 shows that there are few places in VM where we need to initialize MachCallJavaNode fields based on ideal CallJavaNode node fields.
Add common method to do that and use it in those places.