Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8319713 Parallel: Remove PSAdaptiveSizePolicy::should_full_GC
  3. JDK-8343492

Release Note: Parallel: Fewer Full GCs after Young GC

XMLWordPrintable

    • gc

      After a successful young garbage collection (GC), the Parallel collector checks if a full GC should be invoked right away based on historical data such as average promoted size and old-generation free space. This check can be quite conservative, so a full GC can be triggered prematurely.

      After this change, Parallel will have less full-gc-after-young-gc events, which results into fewer GC pauses, but the heap usage can increase.

            Unassigned Unassigned
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: