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

Remove 'reserved' memory details from the metaspace/compressed-class-space usage details

XMLWordPrintable

    • gc

      With PrintHeapAtGC, we get the following output:
       Metaspace used 5699K, capacity 6368K, committed 6656K, reserved 1056768K
        class space used 708K, capacity 728K, committed 768K, reserved 1048576K

      Having details on 'reserved' memory confuses users. Since memory reserved for the compressed class space in an internal implementation specific detail, there is no need to log that information here. So this CR will remove the 'reserved' memory details from the above output.

            poonam Poonam Bajaj Parhar
            poonam Poonam Bajaj Parhar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: