-
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.
- relates to
-
JDK-8332485 SPECjbb2005-ParGC regression after JDK-8328744
- Closed
-
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