Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8356848 Separate Metaspace and GC printing
  3. JDK-8357953

Release Note: Information About Metaspace Has Been Moved Away From the GC

XMLWordPrintable

    • gc

      Most information that is printed about Metaspace from the garbage collector (GC) has been moved into Metaspace-related sources.

      For historical reasons, some Metaspace information has been printed from the GC. Since Metaspace and the GC are two separate things, it is reasonable to separate accessing information about the two. There are already methods to get information about Metaspace without getting information about the GC, where the information has been moved to.

      To get information about Metaspace that was once part of the `GC.heap_info` jcmd, refer to the existing `VM.metaspace` jcmd instead.

            jsikstro Joel Sikstrom
            jsikstro Joel Sikstrom
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: