JDK-8316632 : Shenandoah: Raise OOME when gc threshold is exceeded
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 17,21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-20
  • Updated: 2024-12-19
  • Resolved: 2023-10-27
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.
JDK 22
22 b22Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Shenandoah will run back-to-back full GCs and _almost_ grind mutator progress to a halt before eventually exhausting memory. This change will have Shenandoah raise a gc threshold exceeded exception if the collector fails to make progress after `ShenandoahNoProgressThreshold` full GC cycles (default is 3).
Comments
Changeset: 5b5fd369 Author: William Kemper <wkemper@openjdk.org> Committer: Aleksey Shipilev <shade@openjdk.org> Date: 2023-10-27 08:18:38 +0000 URL: https://git.openjdk.org/jdk/commit/5b5fd3694ac6ef224af311a7ab62547dac976da4
27-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15852 Date: 2023-09-20 22:41:52 +0000
20-09-2023