-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: hotspot
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.
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.