-
Notifications
You must be signed in to change notification settings - Fork 216
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
8306929: Avoid CleanClassLoaderDataMetaspaces safepoints when previous versions are shared #2776
8306929: Avoid CleanClassLoaderDataMetaspaces safepoints when previous versions are shared #2776
Conversation
👋 Welcome back ogillespie! A progress list of the required criteria for merging this PR into |
@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 2 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 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 (@shipilev) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
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.
This looks fine. I don't see any follow-up bugs for this change, but please run all
tests to see if there is any trouble.
|
Hmm, the new test is failing on Windows.
is happening for
Will try to investigate. @kstefanj if you happen to know why this might happen please let me know. Edit: this was already fixed in 8307448, will backport that at the same time. |
/issue add JDK-8307448 |
@olivergillespie |
/approval 8306929 request Performance enhancement - avoids repeated unnecessary safepoints in reasonably common cases like when using JFR, seen in real applications. Originally landed in JDK21 so has had lots of bake time. Clean except for nullptr/NULL distinction, trivial to resolve. Simple change but in common path so some risk. Confirmed fix against included test and also reproducer from issue. |
/approval 8307448 request Test fix to enable backport of 8306929. Applies cleanly, low risk as simple test code only. |
@olivergillespie |
@olivergillespie |
/integrate |
@olivergillespie |
/sponsor |
Going to push as commit 1f14f86.
Your commit was automatically rebased without conflicts. |
@shipilev @olivergillespie Pushed as commit 1f14f86. 💡 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 408cec51 from the openjdk/jdk repository.
The commit being backported was authored by Stefan Johansson on 4 May 2023 and was reviewed by Coleen Phillimore and Serguei Spitsyn.
It's clean except for the surrounding context changing between NULL and nullptr which was trivial to resolve. It comes with its own test, but I also confirmed that it fixes the reproducer shared on the issue.
Edit: This now also backports 8307448/openjdk/jdk@29233e0 to fix the flaky test. 8307448 applied cleanly.
Testing - looks good, just 3 unrelated tests failing on my machine.
Thanks!
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2776/head:pull/2776
$ git checkout pull/2776
Update a local copy of the PR:
$ git checkout pull/2776
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2776/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2776
View PR using the GUI difftool:
$ git pr show -t 2776
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2776.diff
Webrev
Link to Webrev Comment