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

Shenandoah: GC workers should always get the largest GCLABs

    XMLWordPrintable

Details

    • gc

    Description

      We have the adaptive GCLAB sizing that starts with min TLAB size and doubles up on every refresh. That is suitable for Java threads that rarely evacuate through the LRB slowpath. GC workers, on the other hand, do the bulk of the GC evacuation work, and should just use the largest GCLABs available for them.

      Attachments

        Issue Links

          Activity

            People

              shade Aleksey Shipilev
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: