8379367: GenShen: Replace atomic promotion failure counters with thread local variables#30101
8379367: GenShen: Replace atomic promotion failure counters with thread local variables#30101earthling-amzn wants to merge 17 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back wkemper! A progress list of the required criteria for merging this PR into |
|
@earthling-amzn 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 218 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 |
|
@earthling-amzn The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
kdnilsen
left a comment
There was a problem hiding this comment.
Thanks for getting to the bottom of this issue and resolving it so cleanly...
|
/integrate |
|
Going to push as commit 26c4b5f.
Your commit was automatically rebased without conflicts. |
|
@earthling-amzn Pushed as commit 26c4b5f. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
The atomic counters caused a serious performance regression for failed promotions.
Compare times for evacuations with promotions before this change:
with those times on the same benchmark after this change:
This change also combines the plab fields from
ShenandoahThreadLocalDatawith the associated plab methods fromShenandoahGenerationalHeapinto a more cohesiveShenandoahPLABclass.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30101/head:pull/30101$ git checkout pull/30101Update a local copy of the PR:
$ git checkout pull/30101$ git pull https://git.openjdk.org/jdk.git pull/30101/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30101View PR using the GUI difftool:
$ git pr show -t 30101Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30101.diff
Using Webrev
Link to Webrev Comment