Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup: delete unused unresolvedInCP param from createResolvedMethodFromJ9Method #20665

Closed
mpirvu opened this issue Nov 21, 2024 · 2 comments · Fixed by #20666
Closed

Cleanup: delete unused unresolvedInCP param from createResolvedMethodFromJ9Method #20665

mpirvu opened this issue Nov 21, 2024 · 2 comments · Fixed by #20666
Assignees
Labels

Comments

@mpirvu
Copy link
Contributor

mpirvu commented Nov 21, 2024

There are several versions of
createResolvedMethodFromJ9Method(TR::Compilation *comp, I_32 cpIndex, uint32_t vTableSlot, J9Method *j9Method, bool * unresolvedInCP, TR_AOTInliningStats *aotStats)
The parameter unresolvedInCP is not used in any of them, so it can be deleted.

Copy link

Issue Number: 20665
Status: Open
Recommended Components: comp:vm, comp:gc, comp:test

@mpirvu mpirvu self-assigned this Nov 21, 2024
mpirvu added a commit to mpirvu/openj9 that referenced this issue Nov 21, 2024
This parameter is unused and can be safely removed.

Fixes: eclipse-openj9#20665

Signed-off-by: Marius Pirvu <mpirvu@ca.ibm.com>
mpirvu added a commit to mpirvu/openj9 that referenced this issue Nov 23, 2024
This parameter is unused and can be safely removed.

Fixes: eclipse-openj9#20665

Signed-off-by: Marius Pirvu <mpirvu@ca.ibm.com>
Copy link

Issue Number: 20665
Status: Closed
Actual Components: comp:jit
Actual Assignees: No one :(
PR Assignees: mpirvu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant