Release Note: NMT: Make Peak Values Available in Release Builds

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Delivered
    • Priority: P4
    • 22
    • Affects Version/s: 21.0.2, 22
    • Component/s: hotspot

        NMT reports will now show peak values for all categories. Peak values contain the highest value for committed memory in a given NMT category over the lifetime of the JVM process.

        If the committed memory for an NMT category is currently at peak, NMT prints "at peak"; otherwise, it prints the peak value.

        For example:
        ```
        - Compiler (reserved=230KB, committed=230KB)
                                    (malloc=34KB #64) (peak=49KB #71)
                                    (arena=196KB #4) (peak=6126KB #16)
        ```

        This shows Compiler arena memory peaked at a bit more than 6MB, whereas it now hovers around 200 KB.

              Assignee:
              Thomas Stuefe
              Reporter:
              Lois Foltan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: