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

[nmt] Totals in diff report should print out total malloc and mmap diffs

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 23
    • hotspot
    • b07

      When printing a diff report in NMT, we print out the diff for the totals too:

      ```
      Total: reserved=19838567KB +1572932KB, committed=2741843KB +1573020KB
      ```

      It would be helpful if we would print out the diff for the two sub sections ("mmap" and "malloc") too, at least for the latter.

      Something like this:
      ```
      Total: reserved=19838567KB +1572932KB, committed=2741843KB +1573020KB
             malloc: 524290KB +524288KB #67108865 +67108864
             mmap: reserved=18219740KB, committed=1123016KB
      ```


                                                           

            szaldana Sonia Zaldana Calles
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: