RFR: 8291418: adjust monitor deflation logging and deflate_idle_monitors use
David Holmes
dholmes at openjdk.org
Wed Nov 23 00:01:22 UTC 2022
On Tue, 22 Nov 2022 17:10:56 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> Trivial fixes to monitor deflation logging and deflate_idle_monitors use.
This seems reasonable.
Just an observation on the pre-existing logic ... it is interesting that logging has a side-effect of deflating idle monitors. If someone was encountering a problem due to too many inflated monitors and turned on logging to try and show them why, the problem might disappear and the logging would be ineffective in aiding in tracking down the problem.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11293
More information about the hotspot-runtime-dev
mailing list