-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8352428: GenShen: Old-gen cycles are still looping #24106
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
8352428: GenShen: Old-gen cycles are still looping #24106
Conversation
|
👋 Welcome back kdnilsen! A progress list of the required criteria for merging this PR into |
|
@kdnilsen 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 12 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
left a comment
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.
LGTM
shipilev
left a comment
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.
I don't understand the bug mapping here. JDK-8350889 is already resolved. I think you need to file a follow-up bug and reference that new bug in this PR.
|
Thanks @shipilev for your suggestion. I've opened another JBS issue and linked this new PR to that. |
shipilev
left a comment
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.
Looks fine to me.
Note the are useful "Caused by" and "Related" links in JBS, which you should really use to track the dependencies between the tickets. I added some, see how it looks. Also, these are either "Enhancement" or "Bug". "Task" is usually about something that is not code-related: https://openjdk.org/guide/#types-of-issues
|
/integrate |
|
Going to push as commit 74df384.
Your commit was automatically rebased without conflicts. |
A recent commit failed to address all paths by which an infinite loop of old GC cycles might occur. This new PR handles one other case related to the original problem. This is part2 of the fix.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/24106/head:pull/24106$ git checkout pull/24106Update a local copy of the PR:
$ git checkout pull/24106$ git pull https://git.openjdk.org/jdk.git pull/24106/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24106View PR using the GUI difftool:
$ git pr show -t 24106Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/24106.diff
Using Webrev
Link to Webrev Comment