-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8275262: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE #5941
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
Conversation
This reverts "8269559: AArch64: Implement string_compare intrinsic in SVE" which caused some unknown failures in Oracle's CI.
|
👋 Welcome back ngasson! A progress list of the required criteria for merging this PR into |
|
/label add core-libs |
|
@nick-arm |
dholmes-ora
left a comment
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.
Thanks for attending to this so quickly @nick-arm !
The issue is only on (some of) our macOS Aarch64 systems. Let me know if I can provide more info on hardware etc.
David
|
/label add hotspot-compiler |
|
@nick-arm This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
@dholmes-ora |
|
Thanks @dholmes-ora . I'll wait for the GitHub Actions tests to finish. Should I retitle this to "[BACKOUT] AArch64: Implement string_compare intrinsic in SVE" as per the developer's guide? |
|
Mailing list message from David Holmes on core-libs-dev: On 14/10/2021 4:55 pm, Nick Gasson wrote:
Yes please follow whatever the dev guide states to do. Thanks, |
tschatzl
left a comment
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.
Any info about what failed? A reproducer would be nice. |
I just ran tier1 on an M1 Mac with no failures - perhaps it's OS version dependent if it only failed on some systems? I have: |
|
It might be a spurious failure, then. I guess we need to see the test logs. |
I'll revert it for in now in case we missed something. |
|
/integrate |
|
Going to push as commit 333c469. |
|
Mailing list message from David Holmes on core-libs-dev: On 14/10/2021 6:27 pm, Andrew Haley wrote:
See https://bugs.openjdk.java.net/browse/JDK-8275263 for some info on David |
I would understand this a lot better if the affected machines actually used SVE, but they don't have the hardware. |
This reverts "8269559: AArch64: Implement string_compare intrinsic in SVE" which caused some unknown failures in Oracle's CI.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/5941/head:pull/5941$ git checkout pull/5941Update a local copy of the PR:
$ git checkout pull/5941$ git pull https://git.openjdk.java.net/jdk pull/5941/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 5941View PR using the GUI difftool:
$ git pr show -t 5941Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/5941.diff