8372933: [CRaC] Restore failed due to incompatible or missing CPU features, try using -XX:CPUFeatures=0xfoo,0xbar on checkpoint#278
Conversation
…tures, try using -XX:CPUFeatures=0xfoo,0xbar on checkpoint
|
👋 Welcome back jkratochvil! A progress list of the required criteria for merging this PR into |
|
@jankratochvil 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 197 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. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@rvansa) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
Webrevs
|
rvansa
left a comment
There was a problem hiding this comment.
A test update along with a bugfix would be welcome.
|
@jankratochvil This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
macros-aarch64 fail is: |
|
@jankratochvil I think you need to update your branch from the target branch. We've recently merged the mainline so the CI issues should be solved. |
|
/integrate |
|
@jankratochvil |
|
/sponsor |
|
Going to push as commit 4a940b7.
Your commit was automatically rebased without conflicts. |
|
@rvansa @jankratochvil Pushed as commit 4a940b7. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Since JDK-8368929 the message:
is wrong as it does not do logical and of both CPUFeatures masks.
Yes, I should have caught it during JDK-8368929 review.
@rvansa will probably want to change the API but this is a PoC how it should work.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/crac.git pull/278/head:pull/278$ git checkout pull/278Update a local copy of the PR:
$ git checkout pull/278$ git pull https://git.openjdk.org/crac.git pull/278/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 278View PR using the GUI difftool:
$ git pr show -t 278Using diff file
Download this PR as a diff file:
https://git.openjdk.org/crac/pull/278.diff
Using Webrev
Link to Webrev Comment