-
Notifications
You must be signed in to change notification settings - Fork 161
8316645: RISC-V: Remove dependency on libatomic by adding cmpxchg 1b #325
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
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
/issue add 8317335 |
This is a series of two backports, and both are clean. /clean |
This backport pull request has now been updated with issue from the original commit. |
@shipilev |
@shipilev This backport pull request is now marked as clean |
/approval request 8316645 Clean backport on the way to improve Atomic support in 21u. A series of two commits, the last one fixes a trivial build error. |
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.
Thank you!
@shipilev 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 3 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
/integrate |
Going to push as commit 50c34ca.
Your commit was automatically rebased without conflicts. |
/backport jdk11u-dev |
@robehn Could not automatically backport
Please fetch the appropriate branch/commit and manually resolve these conflicts by using the following commands in your personal fork of openjdk/jdk11u-dev. Note: these commands are just some suggestions and you can use other equivalent commands you know.
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk11u-dev with the title Below you can find a suggestion for the pull request body:
|
Clean backport on the way to improve Atomic support in 21u.
Note @robehn ;)
Additional testing:
gtest:Atomic
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u.git pull/325/head:pull/325
$ git checkout pull/325
Update a local copy of the PR:
$ git checkout pull/325
$ git pull https://git.openjdk.org/jdk21u.git pull/325/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 325
View PR using the GUI difftool:
$ git pr show -t 325
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u/pull/325.diff
Webrev
Link to Webrev Comment