-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
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.
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.
- csr for
-
JDK-8356071 Parallel: Improve heap resizing heuristics
-
- Draft
-
- relates to
-
JDK-8333227 Parallel: Regressions 1-6% in Compress-ParGC after JDK-8330670
-
- Closed
-
-
JDK-8338689 Regression in SPECjvm2008-Compress-ParGC on Linux-x64 after JDK-8333962
-
- Closed
-
-
JDK-8332531 Parallel: Parellel GC resizes heap too aggressive
-
- Open
-
- links to
-
Review(master) openjdk/jdk/25000