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

Make the full_gc_dump() calls be recorded as part of the GC

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b107

      There are two actions that can be taken before and after a full GC. We can do a a heap dump and we can produce a class histogram.

      Both these actions now use their own GC ID and are logged and recorded as separate GCs. It is more natural that they are considered part of the full GC. Especially since they make up a significant part of the pause that the application experience.

      We should move these two actions inside of the GC pause reporting.

            brutisso Bengt Rutisson (Inactive)
            brutisso Bengt Rutisson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: