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

Prevent recognizing JIT Helpers not for their ISA #2271

Merged
merged 1 commit into from
Jun 28, 2018

Conversation

0dvictor
Copy link
Contributor

  1. Prevent recognizing JIT Helpers intended for 32-bit on 64-bit ISA;
  2. Prevent recognizing JIT Helpers intended for 64-bit on 32-bit ISA.

Issue #2175

Signed-off-by: Victor Ding [email protected]

@andrewcraik
Copy link
Contributor

Jenkins test sanity

@andrewcraik
Copy link
Contributor

the travis failure is infra related. windows fails are due to #2129. The only failure I am suspicious about is the ppc-64_cmprssptrs_le since I haven't seen that before.

1. Prevent recognizing JIT Helpers intended for 32-bit on 64-bit ISA;
2. Prevent recognizing JIT Helpers intended for 64-bit on 32-bit ISA.

Signed-off-by: Victor Ding <[email protected]>
@0dvictor
Copy link
Contributor Author

Rebased the changes, and Travis CI passed. @andrewcraik could you re-launch the sanity tests?

@andrewcraik
Copy link
Contributor

Jenkins test sanity

@andrewcraik
Copy link
Contributor

Windows failures due to #2129 - LGTM

@andrewcraik andrewcraik merged commit a934baf into eclipse-openj9:master Jun 28, 2018
@0dvictor 0dvictor deleted the defect branch June 28, 2018 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants