RFR: 8324995: Shenandoah: Skip to full gc for humongous allocation failures

William Kemper wkemper at openjdk.org
Tue Jan 30 19:56:44 UTC 2024


Shenandoah degenerated cycles do not compact regions. When a humongous allocation fails, it is likely due to fragmentation which is better addressed by a full gc.

-------------

Commit messages:
 - Skip to full gc when humongous allocations fails

Changes: https://git.openjdk.org/jdk/pull/17638/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17638&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8324995
  Stats: 31 lines in 2 files changed: 16 ins; 0 del; 15 mod
  Patch: https://git.openjdk.org/jdk/pull/17638.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17638/head:pull/17638

PR: https://git.openjdk.org/jdk/pull/17638


More information about the shenandoah-dev mailing list