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

Set Vector Support in OMR #6606

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Conversation

r30shah
Copy link
Contributor

@r30shah r30shah commented Jul 12, 2022

While constructing a code generator object, check for vector facility
and set appropriate options. This check was done previously in
S390PrivateLinkage in OpenJ9, which would be incorrect place to do so.

Fixes: #6572

Signed-off-by: Rahil Shah rahil@ca.ibm.com

While constructing a code generator object, check for vector facility
and set appropriate options. This check was done previously in
S390PrivateLinkage in OpenJ9, which would be incorrect place to do so.

Fixes: eclipse#6572

Signed-off-by: Rahil Shah <rahil@ca.ibm.com>
@r30shah r30shah marked this pull request as ready for review July 19, 2022 13:17
@r30shah r30shah requested a review from fjeremic as a code owner July 19, 2022 13:17
@r30shah
Copy link
Contributor Author

r30shah commented Jul 19, 2022

@joransiu Can I please get a review on this one ?
I have tested the changes in combination with eclipse-openj9/openj9#15546 which removes setting vector support flags from Private Linkage.

Java 8 Build : build_id=32642
JDK11 and JDK17 Build : Pipeline-Build-Test-Personal/13592

Copy link
Contributor

@joransiu joransiu 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 Author

r30shah commented Jul 20, 2022

Jenkins build zlinux zos

@r30shah
Copy link
Contributor Author

r30shah commented Jul 20, 2022

@0xdaryl Can I request you to review and merge this changes as builds are finished? I have also posted build ids in #6606 (comment) for the personal builds for reference.

@0xdaryl 0xdaryl self-assigned this Jul 21, 2022
@0xdaryl 0xdaryl merged commit 1ee6044 into eclipse:master Jul 21, 2022
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.

Migrate setting of SIMD enablement flag on Z to OMR
3 participants