JDK-8321816 : GenShen: Provide a minimum amount of time for an old collection to run
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: repo-shenandoah
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-12-11
  • Updated: 2024-07-26
  • Resolved: 2024-01-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
repo-shenandoahFixed
Related Reports
Duplicate :  
Description
Young collections are allowed to interrupt old collections. Under heavy load, this may result in starvation of old collections - which may in turn lead to even more memory pressure on the young generation. Adding a minimum guaranteed amount of time for the old gc to make progress will help avoid this situation.
Comments
Review: https://github.com/openjdk/shenandoah/pull/371 Pushed: https://github.com/openjdk/shenandoah/commit/80f7780bfd2435486a5941629d6b4913b82e60b7
11-01-2024