-
Notifications
You must be signed in to change notification settings - Fork 754
Add Guards to the OffHeap-exclusive Code for vectorizedMismatch Transformer #22037
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
Add Guards to the OffHeap-exclusive Code for vectorizedMismatch Transformer #22037
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Can you shorten the commit title to fit within 70 chars (If it is not).
333ab6e
to
9bff846
Compare
Updated title |
jenkins compile amac jdk21 |
Jenkins compile win32 jdk8 |
It seems we need both this and #22030 to fix 32-bit builds. I'll merge #22030 and then start a new build. @luke-li-2003 Please correct the comments as requested. |
Jenkins compile win32 jdk8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the commit message so lines in the body are no longer than 72 characters each.
Add "if defined(J9VM_GC_SPARSE_HEAP_ALLOCATION)" guard to the recognized call transformer for vectorizedMismatch's offheap-exclusive code. Signed-off-by: Luke Li <luke.li@ibm.com>
9bff846
to
310b85d
Compare
The commit message has been updated. |
For the record, the build passed: https://openj9-jenkins.osuosl.org/job/PullRequest-OpenJ9/7593. |
Add "if defined(J9VM_GC_SPARSE_HEAP_ALLOCATION)" guard to the recognized call transformer for vectorizedMismatch.