-
Sub-task
-
Resolution: Delivered
-
P4
-
22
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.