Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8351146

JFR: JavaMonitorInflate event should default to no threshold and be disabled

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • 25
    • hotspot
    • None
    • jfr
    • master

      In default/profile configurations for the events we have these:

          <event name="jdk.JavaMonitorInflate">
            <setting name="enabled">false</setting>
            <setting name="stackTrace">true</setting>
            <setting name="threshold" control="locking-threshold">20 ms</setting>
          </event>

      There is a threshold for inflate event. But the operation that is covered by that event is very fast, and often lock-free, so the threshold would filter many events. This would be important as we add deflation event (JDK-8351142), which should match inflations.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: