-
Notifications
You must be signed in to change notification settings - Fork 97
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
8300148: Consider using a StoreStore barrier instead of Release barrier on ctor exit #530
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
@shipilev This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Not now, bot. |
@shipilev This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
725be12
to
a3ae1ca
Compare
|
/approval request Significantly improves performance on weakly ordered architectures. Was in mainline for 4 months without bugtail, released in JDK 23. Patch applies with minor conflicts. Testing passes. We have been carrying a variant of this patch (with flag off by default, requiring explicit opt-in) in our internal releases, with some services using it successfully in production. Risk is medium: affects synchronization, there is a diagnostic flag to restore old behavior. |
@shipilev 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 add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
3 similar comments
@shipilev 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 add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@shipilev 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 add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@shipilev 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 add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@shipilev This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
The backport is not clean because the hunk in
macro.cpp
does not apply to JDK 21, because it was added later with JDK-8287061.We have been carrying this patch in our internal releases for 4 months, with some services using it successfully. It is time to bring it to JDK 21u.
Additional testing:
all
all
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/530/head:pull/530
$ git checkout pull/530
Update a local copy of the PR:
$ git checkout pull/530
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/530/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 530
View PR using the GUI difftool:
$ git pr show -t 530
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/530.diff
Webrev
Link to Webrev Comment