RFR: 8366881: Parallel: Obsolete HeapMaximumCompactionInterval

Albert Mingkun Yang ayang at openjdk.org
Thu Sep 4 12:21:16 UTC 2025


Remove a produce flag that controls maximum-compaction during a full-gc. The existing criteria, such as heap usage, old-gen density, are enough for deciding maximum-compaction.

Test: tier1-3

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

Commit messages:
 - pgc-max-compaction-obsolete

Changes: https://git.openjdk.org/jdk/pull/27091/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27091&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8366881
  Stats: 55 lines in 5 files changed: 8 ins; 27 del; 20 mod
  Patch: https://git.openjdk.org/jdk/pull/27091.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27091/head:pull/27091

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


More information about the hotspot-dev mailing list