-
Notifications
You must be signed in to change notification settings - Fork 106
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
8315559: Delay TempSymbol cleanup to avoid symbol table churn #154
8315559: Delay TempSymbol cleanup to avoid symbol table churn #154
Conversation
👋 Welcome back ogillespie! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
|
Webrevs
|
/approval request Clean backport to fix performance regression. |
@olivergillespie |
@olivergillespie When applying for backports please add a description why that fix is needed in the requested release, what it's risk is and what testing you've done. Besides, this is a fairly new change and should probably wait for 21.0.4 so that more soak time can be had in JDK 22 before backporting. For now I'll remove the |
@olivergillespie 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! |
/approval request Re-requesting now that it has baked in mainline for a few months, and for parity with 21.0.4-oracle. The backport fixes a performance regression in class-loading which showed up as 5-20% regression in Dacapo pmd benchmark. It is not trivial code, so there is some risk, but with the baking I think it's reasonable. No special testing performed. |
@olivergillespie |
@olivergillespie 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 22 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 (@coleenp) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
@olivergillespie This looks like it'll need a backport of JDK-8321276 as well? |
@jerboaa Yes, thanks for catching, sorry I missed that. I'm not sure the procedure for dependent backports, and I don't have time this week to work on it - I'll try to do so next week if that's okay. I can re-request approval once I have it figured out. |
@olivergillespie, you can includ JDK-8321276 in this change (push an extra commit, add the issue with the /issue command, get a review) |
…failed with "'17 2: jdk/test/lib/apps ' missing from stdout/stderr" Reviewed-by: dcubed
Thanks! I have added the fix for JDK-8321276 as a new commit. It applied cleanly. I confirmed that the test ( |
/issue JDK-8321276 |
@olivergillespie |
@coleenp any chance you could review this as you were involved with the originals? |
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.
Yes, this looks like a clean backport of the original fix. Thank you.
2 GHA tests failing:
So I think it's ready to be checked for approval, @jerboaa. Thanks all. |
/approval JDK-8321276 request Clean backport of test assertion fix, required for the backport of JDK-8315559. Risk is low as it is a change in a test assertion only. |
@olivergillespie |
/approve yes |
@jerboaa |
/integrate |
@olivergillespie |
/sponsor |
Going to push as commit 06e4cf3.
Your commit was automatically rebased without conflicts. |
@coleenp @olivergillespie Pushed as commit 06e4cf3. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
This pull request contains a backport of commit d23f4f12 from the openjdk/jdk repository.
The commit being backported was authored by Oli Gillespie on 4 Dec 2023 and was reviewed by Coleen Phillimore, Kim Barrett and Aleksey Shipilev.
Thanks!
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/154/head:pull/154
$ git checkout pull/154
Update a local copy of the PR:
$ git checkout pull/154
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/154/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 154
View PR using the GUI difftool:
$ git pr show -t 154
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/154.diff
Webrev
Link to Webrev Comment