-
Notifications
You must be signed in to change notification settings - Fork 720
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 build break on Power #10604
Fix build break on Power #10604
Conversation
Signed-off-by: Harry Yu <harryyu1994@gmail.com>
d0c9815
to
4ff2d54
Compare
Jenkins test sanity plinux,aix jdk11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks like OMR acceptance is broken without this - whoever merges - could you launch and acceptance as well please? |
Was it a bug or cleaning up some old code? Could you please provide a bit more context? |
@gita-omr Since this is Power related, could you please review/approve this PR? Thanks |
I accidentally broke the openj9 build while cleaning up old cpu processor detection code. The offending change is here eclipse-omr/omr#5547. I renamed one of the APIs and made it private in omr, and that caused a build break in openj9. |
Old code cleanup is still ongoing, this is just a quick fix to unblock omr acceptance. |
This change fixes the build break caused by this change eclipse-omr/omr#5547
Signed-off-by: Harry Yu harryyu1994@gmail.com