Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8351405 G1: Collection set early pruning causes suboptimal region selection
  3. JDK-8358033

Release Note: G1 Reduces Pause Time Spikes by Improving Region Selection

XMLWordPrintable

    • gc

      The G1 garbage collector now addresses pause time spikes by improving the selection of memory regions to reclaim during Mixed GCs. Regions that are expected to be costly to collect due to high inter-region references can be excluded during this region selection.

      Using additional information gathered during the marking phase, G1 can better estimate the cost of collecting each region and skip those that would significantly impact pause times. The result is reduced pause time spikes, particularly toward the end of a Mixed GC cycle, improving overall application performance.

            iwalulya Ivan Walulya
            iwalulya Ivan Walulya
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: