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 implicit conversion causing truncation warnings #18269

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

dylanjtuttle
Copy link
Contributor

Fix AIX/plinux warnings concerning constant values being implicitly converted from an unsigned to a signed type or from a larger to a smaller type which had the potential to cause truncation.

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

@dylanjtuttle
Copy link
Contributor Author

@zl-wang Could you review this when you get the chance?

runtime/compiler/runtime/J9Runtime.hpp Outdated Show resolved Hide resolved
runtime/compiler/runtime/J9Runtime.hpp Outdated Show resolved Hide resolved
Fix AIX/plinux warnings concerning constant values being implicitly
converted from an unsigned to a signed type or from a larger to a
smaller type which had the potential to cause truncation

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

@zl-wang zl-wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@0xdaryl
Copy link
Contributor

0xdaryl commented Dec 13, 2023

Jenkins test sanity plinux,aix jdk17

@0xdaryl 0xdaryl self-assigned this Dec 13, 2023
@0xdaryl
Copy link
Contributor

0xdaryl commented Dec 13, 2023

Jenkins test sanity plinux,aix jdk17

@0xdaryl 0xdaryl merged commit 04b467f into eclipse-openj9:master Dec 14, 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.

3 participants