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

Parallel: Improve heap resizing heuristics

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • hotspot
    • gc

      Some changes in Parallel altered the GC behavior, and the adaptive-size-policy balancing mutator-throughput and generation/heap is specially tuned to the old GC behavior, so the heuristics cause some regressions in out-of-the-box performance observed in JDK-8333227, JDK-8338689 and JDK-8332485. All those regressions can be worked around using manually set generation/heap sizes. However, some work should be done to address the out-of-the-box performance of those benchmarks.

      Improve the heuristics (such as, taking gc-frequency into account, proactive full-gc to clear out floating garbage in old-gen, lazy-generation shrinking, etc) to restore the out-of-the-box performance.

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

              Created:
              Updated: