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

Z: Change CPU support flag setters to return void #7122

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

Spencer-Comin
Copy link
Contributor

Currently the OMR::Z::CPU::setSupports*(bool value) methods return the input value. The return value from these setters is not used anywhere, so there is no need to have a return value.

Copy link
Contributor

@r30shah r30shah left a comment

Choose a reason for hiding this comment

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

LGTM

@r30shah
Copy link
Contributor

r30shah commented Oct 11, 2023

@Spencer-Comin can you resolve the conflicts this is complaining about so that I can launch tests?

@r30shah
Copy link
Contributor

r30shah commented Nov 30, 2023

Jenkins build zos,zlinux

@r30shah
Copy link
Contributor

r30shah commented Nov 30, 2023

@Spencer-Comin can you rebase your branch? Some how test is failing with missing newly added facility check for constrained and non constrained transaction memory check.

@r30shah
Copy link
Contributor

r30shah commented Nov 30, 2023

Jenkins build zos,zlinux

1 similar comment
@r30shah
Copy link
Contributor

r30shah commented Nov 30, 2023

Jenkins build zos,zlinux

Copy link
Member

@hzongaro hzongaro left a comment

Choose a reason for hiding this comment

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

I have a question/comment about setSupportsArch

compiler/z/env/OMRCPU.cpp Outdated Show resolved Hide resolved
Copy link
Member

@hzongaro hzongaro left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks!

@hzongaro
Copy link
Member

Jenkins build zos,zlinux

@hzongaro
Copy link
Member

z/arch builds were successful and reviews approved. Merging.

@hzongaro hzongaro merged commit 69bd284 into eclipse:master Nov 30, 2023
6 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.

3 participants