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 _opcode at arm and x level #6631

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

jamesgua
Copy link
Contributor

the member not found in other platforms: aarch64, p, riscv, z
the member is currently at OMR::Instruction level with protected attribution

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

  the member not found in other platforms: aarch64, p, riscv, z
  the member is currently at OMR::Instruction level with protected attribution

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

@0xdaryl Although test failed on macOS but from the log it shows errors on
poll_functionality_basic, poll_functionality_many_sockets
I can hardly believe the change would have impact on those poll tests on socket communication. Maybe rerun the test can eliminate the noise? Thx!

@knn-k
Copy link
Contributor

knn-k commented Aug 1, 2022

That is a known macOS porttest failure: #6516.

@knn-k
Copy link
Contributor

knn-k commented Aug 4, 2022

The change looks OK to me for the ARM part.

All the platforms except Z seem to have the line TR::InstOpCode& getOpCode() { return _opcode; } in the platform-specific OMRInstruction.hpp. Perhaps we can also remove the definition, which can be done in a separate PR.

@jamesgua
Copy link
Contributor Author

jamesgua commented Aug 4, 2022

The change looks OK to me for the ARM part.

All the platforms except Z seem to have the line TR::InstOpCode& getOpCode() { return _opcode; } in the platform-specific OMRInstruction.hpp. Perhaps we can also remove the definition, which can be done in a separate PR.

Yes, it's done in #6640

@knn-k knn-k self-assigned this Aug 4, 2022
@knn-k knn-k merged commit e02a9ea into eclipse:master Aug 4, 2022
@jamesgua jamesgua deleted the duplicate_opcode branch August 5, 2022 15:44
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