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

Remove duplicate and non-extended methods in Instruction #6640

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

jamesgua
Copy link
Contributor

@jamesgua jamesgua commented Aug 4, 2022

setOpCodeValue is void since most setters are void

Signed-off-by: Tao Guan [email protected]

  setOpCodeValue is void since most setters are void

Signed-off-by: Tao Guan <[email protected]>
@jamesgua
Copy link
Contributor Author

jamesgua commented Aug 4, 2022

Keep getter/setter of OpCode methods at OMR::Instruction level and remove duplicated ones in each platform, for setOpCodeValue, checked that no references is checking the return value so remove it from each platform.

@knn-k
Copy link
Contributor

knn-k commented Aug 8, 2022

Jenkins build all

@knn-k
Copy link
Contributor

knn-k commented Aug 8, 2022

Segmentation fault with ppc linux. It looks the same as Issue #6556.

03:58:25  30: [0;32m[----------] [m16 tests from AbsVPValueTest
03:58:25  30/30 Test #30: compunittest ......................***Exception: SegFault  0.35 sec

Copy link
Contributor

@knn-k knn-k left a comment

Choose a reason for hiding this comment

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

LGTM.

@knn-k
Copy link
Contributor

knn-k commented Aug 9, 2022

I am going to merge this PR tomorrow if there are no other comments.

@knn-k knn-k merged commit 33b7bc8 into eclipse:master Aug 9, 2022
@jamesgua jamesgua deleted the nonextended branch August 9, 2022 23:56
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