RFR: 8316632: Shenandoah: Raise OOME when gc threshold is exceeded
William Kemper
wkemper at openjdk.org
Thu Sep 21 16:13:45 UTC 2023
On Wed, 20 Sep 2023 22:41:52 GMT, William Kemper <wkemper at openjdk.org> wrote:
> 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).
I will run additional tests with Shenandoah enabled.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15852#issuecomment-1729887100
More information about the shenandoah-dev
mailing list