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
8274178: Occupancy value in logging and JFR event is inaccurate in G1IHOPControl #5762
Conversation
|
/contributor add Jonathan Joo jonathanjoo@google.com |
@caoman Could not parse
|
/contributor add Jonathan Joo jonathanjoo@google.com |
@caoman |
I am not completely sure this change is correct: the target occupancy is the occupancy we want to reach, which is
i.e. the current committed amount of regions. I think it is interesting for the user to see what the current usage (fraction of target occupancy, i.e. committed regions) is when marking starts. The change has a valid point though: since Or alternatively only provide information compared against non young capacity (i.e. the Thanks, |
Hi @jjoo172, thanks for making a comment in an OpenJDK project! All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user jjoo172 for the summary. If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use. |
@caoman 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! |
@caoman This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
Hi all,
Could we have reviews for this minor fix for logging and JFR event occupancy number for G1? See https://bugs.openjdk.java.net/browse/JDK-8274178 for more details.
This fix is contributed by colleague Jonathan Joo jonathanjoo@google.com.
Progress
Issue
Contributors
<jonathanjoo@google.com>
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/5762/head:pull/5762
$ git checkout pull/5762
Update a local copy of the PR:
$ git checkout pull/5762
$ git pull https://git.openjdk.java.net/jdk pull/5762/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 5762
View PR using the GUI difftool:
$ git pr show -t 5762
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/5762.diff