Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8317772 NMT: Make peak values available in release builds
  3. JDK-8322338

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

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Delivered
    • Icon: P4 P4
    • 22
    • 21.0.2, 22
    • 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.

              stuefe Thomas Stuefe
              lfoltan Lois Foltan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: