-
Notifications
You must be signed in to change notification settings - Fork 115
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
8180450: secondary_super_cache does not scale well #1090
Conversation
👋 Welcome back aph! A progress list of the required criteria for merging this PR into |
@theRealAph 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 206 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 |
@theRealAph this pull request can not be integrated into git checkout 8180450-jdk21u-backport
git fetch https://git.openjdk.org/jdk21u-dev.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
@theRealAph 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! |
/issue JDK-8337958 |
@theRealAph |
@theRealAph 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! |
Bumping this. Please reconsider this patch for 21u: the problem is affecting many users. |
For avoidance of doubt: A later bug, https://bugs.openjdk.org/browse/JDK-8344355, does not apply to this PR. The bug 8344355 fixed was caused by 8331341: secondary_super_cache does not scale well: C1 and interpreter. 8331341 is not included here, and I have no intention of ever backporting it. |
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.
Backport looks ok to me modulo a couple of questions.
n.b. I agree this is sorely needed for jdk21u and earlier releases
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.
Good to go
|
/approve yes |
@jerboaa |
Mailing list message from Andrew Haley on jdk-updates-dev: Can I get maintainer approval for this, please? On 12/11/24 17:38, Andrew Haley wrote: -- |
Mailing list message from Andrew Haley on jdk-updates-dev: On 2/14/25 14:23, Andrew Dinn wrote:
Maintainer approval needed for https://bugs.openjdk.org/browse/JDK-8180450 -- |
@theRealAph This is ready to integrate. Please do so. |
/integrate |
Going to push as commit ef282b7.
Your commit was automatically rebased without conflicts. |
@theRealAph Pushed as commit ef282b7. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
See 8180450 for a full description of how this works.
This is a pretty clean backport, but a few files had to be fiddled manually because things had been added nearby.
This PR also includes a fix for [8337958](https://bugs.openjdk.org/browse/JDK-8337958), which was a minor bug in the original commit.
For a justification of why this PR should be backported to JDK 21u, see
Franz's email.
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1090/head:pull/1090
$ git checkout pull/1090
Update a local copy of the PR:
$ git checkout pull/1090
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1090/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1090
View PR using the GUI difftool:
$ git pr show -t 1090
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1090.diff
Using Webrev
Link to Webrev Comment