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 casts to ensure variables are wide enough to accommodate shifts #18239

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

dylanjtuttle
Copy link
Contributor

@dylanjtuttle dylanjtuttle commented Oct 5, 2023

Fix AIX warnings concerning integers being shifted beyond the width of their type by casting them (or removing casts) so that they can accommodate the shifts. Additional fixes in omr #7134.

This PR contributes to (but does not close) #14859

@dylanjtuttle
Copy link
Contributor Author

Henry @hzongaro, could you review when you have the time?

@hzongaro hzongaro self-assigned this Nov 10, 2023
Fix AIX warnings concerning integers being shifted beyond the width
of their type by casting them (or removing casts) so that they
can accommodate the shifts

Signed-off-by: Dylan Tuttle <[email protected]>
@0xdaryl
Copy link
Contributor

0xdaryl commented Dec 13, 2023

Jenkins test sanity aix,plinux jdk17

@0xdaryl
Copy link
Contributor

0xdaryl commented Dec 13, 2023

Jenkins test sanity plinux jdk17

@0xdaryl 0xdaryl merged commit 513e863 into eclipse-openj9:master Dec 13, 2023
7 checks passed
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.

4 participants