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

ParallelGC young collections very slow in DelayInducer

    XMLWordPrintable

Details

    • gc
    • b28
    • Verified

    Backports

      Description

        In the benchmark DelayInducer from JDK-8062128 Parallel GC young collections are extremely slow compared to G1.

        I.e. with -Xmn1g -Xms3g -Xmx3g on both collectors, G1 takes 130-360ms for young collections, Parallel GC young collections take 666-8863(!)ms.

        There seems to be a problem with the work queue/task stealing. See the attached logs showing task queue statistics; just compare the steal statistics (prefixed with "st-") where parallel gc looks extremely bad.

        Attachments

          Issue Links

            Activity

              People

                ayang Albert Yang
                tschatzl Thomas Schatzl
                Votes:
                0 Vote for this issue
                Watchers:
                7 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: