Skip to content

Add missing default cases to switch statements - #7123

Merged
knn-k merged 1 commit into
eclipse-omr:masterfrom
maggietuttle:missingSwitchCases
Sep 21, 2023
Merged

Add missing default cases to switch statements#7123
knn-k merged 1 commit into
eclipse-omr:masterfrom
maggietuttle:missingSwitchCases

Conversation

@maggietuttle

@maggietuttle maggietuttle commented Sep 20, 2023

Copy link
Copy Markdown
Contributor

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

knn-k commented Sep 20, 2023

Copy link
Copy Markdown
Contributor

Jenkins build aarch64,amac

@knn-k

knn-k commented Sep 21, 2023

Copy link
Copy Markdown
Contributor

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-omr:master Sep 21, 2023
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