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 default cases to switch statements #7123

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

dylanjtuttle
Copy link
Contributor

@dylanjtuttle dylanjtuttle commented Sep 20, 2023

Add missing default cases to switch statements which were causing "enumeration values not handled in switch" warnings on aarch64_mac OpenJ9 builds. These additions (along with a few corresponding additions in OpenJ9) fix the warnings without changing the behaviour of the code. This, of course, assumes that there are no switch cases that should be handled but aren't.

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

Add missing default cases to switch statements which were causing
"enumeration values not handled in switch" warnings

Signed-off-by: Dylan Tuttle <jdylantuttle@gmail.com>
@knn-k
Copy link
Contributor

knn-k commented Sep 20, 2023

Jenkins build aarch64,amac

@knn-k
Copy link
Contributor

knn-k commented Sep 21, 2023

See Issue #6516 for the socket test failures in porttest on x86-64 macOS.
The test job on AArch64 macOS failed due to mac13-aarch64-08 was marked offline: Connection was broken after all the tests finished successfully.
https://ci.eclipse.org/omr/job/PullRequest-osx_aarch64/125/

@knn-k knn-k self-assigned this Sep 21, 2023
@knn-k knn-k merged commit 47af8aa into eclipse:master Sep 21, 2023
5 of 8 checks passed
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.

None yet

2 participants