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

CMS should be represented with 3 memory managers

XMLWordPrintable

    • svc
    • generic
    • generic

      Serial GC and Parallel GC both have two GC memory managers:
      one is to represent the minor GC and collect its statistics which manages
      the young generation, and the other is to represent the major GC and
      collect its statistics which manages the young generation, old generation
      and also the perm generation.

      CMS has a concurrent collector executing while mutators are running
      in addition to the stop-the-world minor and major GC.

      CMS should be represented with 3 GC memory managers.

            Unassigned Unassigned
            mchung Mandy Chung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: