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

Proper GC cause for Concurrent tracer

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • gc

      G1CollectedHeap has 2 tracers of 'stw (stop-the-world)' and 'cm(concurrent-mark)'. And both of them are using same GC cause which seems not appropriate. Of course, they are using different GC ids.

      Separate GC cause for 'cm' tracer, something like:
      * Old occupancy reached threshold
      * Humongous allocation reached threshold
      * System.gc()

            sangheki Sangheon Kim
            sangheki Sangheon Kim
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: