-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8305934: PPC64: Disable VMContinuations on Big Endian #13449
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
8305934: PPC64: Disable VMContinuations on Big Endian #13449
Conversation
|
👋 Welcome back rrich! A progress list of the required criteria for merging this PR into |
|
@backwaterred are you ok with disabling VMContinuations on PPC big endian in general (not only AIX)? This will simplify regression testing. |
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.
|
@reinrich 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 14 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
I'm not totally clear on the reason for making this change. Other than #13372, is there much work to do in order to enable Continuations on BE Linux? If there are more changes, then it makes sense to me to go ahead with this PR. Otherwise, I'd rather work with you to tweak #13372 to get Continuations working instead. I don't want to stand in the way of progress, so I'm happy to support this change if you feel that it streamlines things. I'm just thinking that we are likely to undo these changes in a couple weeks. |
|
Yes we will undo the change but only when no issues are open. This is to reduce the noise. I lost a day analyzing test failures with #13372. |
|
Sounds good. Thanks @reinrich. |
|
Thanks for the reviews @TheRealMDoerr and @backwaterred. |
|
Going to push as commit 12358e6.
Your commit was automatically rebased without conflicts. |
Disable VMContinuations on PPC64 big endian in general (not only on AIX) because there are known failures in jdk:jdk_loom tests.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/13449/head:pull/13449$ git checkout pull/13449Update a local copy of the PR:
$ git checkout pull/13449$ git pull https://git.openjdk.org/jdk.git pull/13449/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 13449View PR using the GUI difftool:
$ git pr show -t 13449Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/13449.diff
Webrev
Link to Webrev Comment