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

G1 parallel phase event for scan heap roots is sent too often

XMLWordPrintable

    • gc
    • b26

      The GCPhaseParallel JFR event is used for a lot of different phases in G1. One such phase is the scan heap roots. In this phase the event is sent once per region instead of once per worker and since all workers work on all regions this leads to way to many events.

      Fix to only send one event per worker.

            sjohanss Stefan Johansson
            sjohanss Stefan Johansson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: