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

Add missing relos in dumpRelocationHeaderData #16017

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

dsouzai
Copy link
Contributor

@dsouzai dsouzai commented Sep 29, 2022

TR_InlinedStaticMethod, TR_InlinedSpecialMethod, and TR_InlinedAbstractMethod were missed in the debug code that dumps out the relocation data. As the code stands, if the compiler generates these relocations, it will assert when trying to dump.

Signed-off-by: Irwin D'Souza dsouzai.gh@gmail.com

TR_InlinedStaticMethod, TR_InlinedSpecialMethod, and
TR_InlinedAbstractMethod were missed in the debug code that dumps out
the relocation data. As the codes tands, if the compiler generates
these relocations, it will assert when trying to dump.

Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
@dsouzai
Copy link
Contributor Author

dsouzai commented Sep 29, 2022

@dchopra001 @jdmpapin could you please review?

@dsouzai
Copy link
Contributor Author

dsouzai commented Oct 4, 2022

jenkins test sanity.functional xlinux jdk17

@dsouzai
Copy link
Contributor Author

dsouzai commented Oct 4, 2022

@jdmpapin review reminder :)

@jdmpapin jdmpapin merged commit ac0e940 into eclipse-openj9:master Oct 5, 2022
@dsouzai dsouzai deleted the relodumpfix branch February 3, 2023 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants