-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8259009: G1 heap summary should be shown in "Heap Parameters" window on HSDB #1911
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
Conversation
👋 Welcome back ysuenaga! A progress list of the required criteria for merging this PR into |
/issue add JDK-8259009 |
@YaSuenag The primary solved issue for a PR is set through the PR title. Since the current title does not contain an issue reference, it will now be updated. |
Webrevs
|
PING: could you review 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.
Copyrights need updating. Otherwise looks good.
@YaSuenag 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 3 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 ➡️ To integrate this PR with the above commit message to the |
@plummercj Thank you for the review! I updated copyright year in new commit. |
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 would prefer to make the order of parameters uniform in printG1HeapSummary(G1CollectedHeap g1h, PrintStream tty) {
too. I.e. there does not seem to be a reason to have only this function have tty
as second parameter.
@tschatzl Thanks for the comment! I fixed it. |
/integrate |
@YaSuenag Since your change was applied there have been 8 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 154e1d6. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
G1 heap summary (G1 Heap, summaries for each spaces) is shown on console even though I chosen "Heap Parameters" menu on HSDB. It should be shown on "Heap Parameters" window on HSDB.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/1911/head:pull/1911
$ git checkout pull/1911