Skip to content

Conversation

@nick-arm
Copy link
Contributor

@nick-arm nick-arm commented Oct 14, 2021

This reverts "8269559: AArch64: Implement string_compare intrinsic in SVE" which caused some unknown failures in Oracle's CI.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8275262: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/5941/head:pull/5941
$ git checkout pull/5941

Update a local copy of the PR:
$ git checkout pull/5941
$ git pull https://git.openjdk.java.net/jdk pull/5941/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 5941

View PR using the GUI difftool:
$ git pr show -t 5941

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/5941.diff

This reverts "8269559: AArch64: Implement string_compare intrinsic in
SVE" which caused some unknown failures in Oracle's CI.
@bridgekeeper
Copy link

bridgekeeper bot commented Oct 14, 2021

👋 Welcome back ngasson! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr Pull request is ready for review label Oct 14, 2021
@nick-arm
Copy link
Contributor Author

/label add core-libs

@openjdk openjdk bot added the core-libs core-libs-dev@openjdk.org label Oct 14, 2021
@openjdk
Copy link

openjdk bot commented Oct 14, 2021

@nick-arm
The core-libs label was successfully added.

@mlbridge
Copy link

mlbridge bot commented Oct 14, 2021

Webrevs

Copy link
Member

@dholmes-ora dholmes-ora left a 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

@dholmes-ora
Copy link
Member

/label add hotspot-compiler

@openjdk
Copy link

openjdk bot commented Oct 14, 2021

@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:

8275262: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE

Reviewed-by: dholmes, tschatzl

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 master branch. If another commit should be pushed before you perform the /integrate command, your PR will be automatically rebased. If you prefer to avoid any potential automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added ready Pull request is ready to be integrated hotspot-compiler hotspot-compiler-dev@openjdk.org labels Oct 14, 2021
@openjdk
Copy link

openjdk bot commented Oct 14, 2021

@dholmes-ora
The hotspot-compiler label was successfully added.

@nick-arm
Copy link
Contributor Author

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?

@mlbridge
Copy link

mlbridge bot commented Oct 14, 2021

Mailing list message from David Holmes on core-libs-dev:

On 14/10/2021 4:55 pm, Nick Gasson wrote:

On Thu, 14 Oct 2021 06:48:18 GMT, David Holmes <dholmes at openjdk.org> wrote:

This reverts "8269559: AArch64: Implement string_compare intrinsic in SVE" which caused some unknown failures in Oracle's CI.

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

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?

Yes please follow whatever the dev guide states to do.

Thanks,
David

@nick-arm nick-arm changed the title 8275262: Backout JDK-8269559 8275262: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE Oct 14, 2021
Copy link
Contributor

@tschatzl tschatzl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm.

@theRealAph
Copy link
Contributor

The issue is only on (some of) our macOS Aarch64 systems. Let me know if I can provide more info on hardware etc.

Any info about what failed? A reproducer would be nice.

@nick-arm
Copy link
Contributor Author

The issue is only on (some of) our macOS Aarch64 systems. Let me know if I can provide more info on hardware etc.

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:

$ uname -a
Darwin [...] 20.2.0 Darwin Kernel Version 20.2.0: Wed Dec  2 20:40:21 PST 2020; root:xnu-7195.60.75~1/RELEASE_ARM64_T8101 arm64

@theRealAph
Copy link
Contributor

It might be a spurious failure, then. I guess we need to see the test logs.

@nick-arm
Copy link
Contributor Author

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.

@nick-arm
Copy link
Contributor Author

/integrate

@openjdk
Copy link

openjdk bot commented Oct 14, 2021

Going to push as commit 333c469.

@openjdk openjdk bot closed this Oct 14, 2021
@openjdk openjdk bot added integrated Pull request has been integrated and removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Oct 14, 2021
@openjdk
Copy link

openjdk bot commented Oct 14, 2021

@nick-arm Pushed as commit 333c469.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@nick-arm nick-arm deleted the revert-8269559 branch October 14, 2021 09:40
@mlbridge
Copy link

mlbridge bot commented Oct 14, 2021

Mailing list message from David Holmes on core-libs-dev:

On 14/10/2021 6:27 pm, Andrew Haley wrote:

On Thu, 14 Oct 2021 07:08:20 GMT, David Holmes <david.holmes at oracle.com> wrote:

The issue is only on (some of) our macOS Aarch64 systems. Let me know if I can provide more info on hardware etc.

Any info about what failed? A reproducer would be nice.

See https://bugs.openjdk.java.net/browse/JDK-8275263 for some info on
the failures. It seems really bizarre.

David

@theRealAph
Copy link
Contributor

See https://bugs.openjdk.java.net/browse/JDK-8275263 for some info on the failures. It seems really bizarre.

I would understand this a lot better if the affected machines actually used SVE, but they don't have the hardware.
That does reduce the bug surface: we only need to look at the affected common code, and the only thing I can immediately see is that a couple of unused register arguments have been added.
Unless, of course, the affected Macs think they have SVE... ? I don't think that's possible.
I'd definitely be looking at the host toolchain for differences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-libs core-libs-dev@openjdk.org hotspot-compiler hotspot-compiler-dev@openjdk.org integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

4 participants