Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8297247 Add GarbageCollectorMXBean for Remark and Cleanup pause time in G1
  3. JDK-8297754

Release Note: Add GarbageCollectorMXBean for Remark and Cleanup Pause Time in G1

    XMLWordPrintable

Details

    • gc

    Description

      A new `GarbageCollectorMXBean` named "G1 Concurrent GC" has been added to the G1 garbage collector.

      This `GarbageCollectorMXBean` reports the occurrence and durations of the Remark and Cleanup garbage collection pauses.

      Similar to the "CGC" field from ``jstat -gcutil``, a complete concurrent mark cycle will increase the bean's collection counter by 2, one for the Remark and one for the Cleanup pauses. These pauses now also update the "G1 Old Gen" `MemoryManagerMXBean` memory pool.

      Attachments

        Activity

          People

            linade Yude Lin
            linade Yude Lin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: