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

Fix bug while computing effective caller index #16406

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

r30shah
Copy link
Contributor

@r30shah r30shah commented Dec 1, 2022

While working on fixing the block frequnecy calculation when previous inlining may be different in [1], a bug was introduced so that a flag that would notify the caller of computeEffectiveCallerIndex upon successfully matching BCI was never set. This commit fixes that bug.

[1]. 9f404be

Signed-off-by: Rahil Shah rahil@ca.ibm.com

While working on fixing the block frequnecy calculation when previous
inlining may be different in [1], a bug was introduced so that a flag
that would notify the caller of computeEffectiveCallerIndex upon
successfully  matching BCI was never set. This commit fixes that bug.

[1]. eclipse-openj9@9f404be

Signed-off-by: Rahil Shah <rahil@ca.ibm.com>
@r30shah
Copy link
Contributor Author

r30shah commented Dec 1, 2022

Thanks a lot @IBMJimmyk for quickly trying out the change and notifying about the issue. I have fixed the problem in this PR. @jdmpapin I apologize for this oversight from my end when addressing comments in 9f404be. I would appreciate if you can review this change.

FYI @vijaysun-omr

@jdmpapin
Copy link
Contributor

jdmpapin commented Dec 1, 2022

Jenkins test sanity all jdk8,jdk11,jdk19

@jdmpapin jdmpapin self-assigned this Dec 2, 2022
@jdmpapin jdmpapin merged commit f665453 into eclipse-openj9:master Dec 2, 2022
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 this pull request may close these issues.

None yet

2 participants