-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
8348829: Remove ObjectMonitor perf counters #23326
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
/csr needed |
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.
Assuming CSR request confirms desirability of deleting these perf counters, the actual deletion seems good. Thanks
@shipilev this pull request can not be integrated into git checkout JDK-8348829-remove-om-counters
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
@shipilev 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! |
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 good. You might need a remerge after PR #23421 once the CSR is approved.
Thanks! I looked deeper what JFR events are available to capture what where these counters help, and I think we want a few new ones (see linked issues). Adding these new JFR events would require code changes in the vicinity of this PR, so I would have to re-merge anyway. Until those events land, this PR is on hold. |
See bug for more discussion. I believe these counters are useless and come with more trouble than their worth.
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/23326/head:pull/23326
$ git checkout pull/23326
Update a local copy of the PR:
$ git checkout pull/23326
$ git pull https://git.openjdk.org/jdk.git pull/23326/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 23326
View PR using the GUI difftool:
$ git pr show -t 23326
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/23326.diff
Using Webrev
Link to Webrev Comment