RFR: 8297186: G1 triggers unnecessary full GCs when heap utilization is low [v4]

Thomas Schatzl tschatzl at openjdk.org
Thu Dec 1 11:19:09 UTC 2022


> Hi all,
> 
>   can I have reviews for this change that better enforces that after gc there is at least one eden region to allocate into?
> 
> That avoids the problem described in the PR.
> 
> Thanks,
>   Thomas

Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:

  Refactoring after Kim's review, ayang noted that "needs_one_eden_region" has always been "true" which has not been the intention

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11209/files
  - new: https://git.openjdk.org/jdk/pull/11209/files/5467359e..ed7e27ea

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11209&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11209&range=02-03

  Stats: 38 lines in 2 files changed: 20 ins; 5 del; 13 mod
  Patch: https://git.openjdk.org/jdk/pull/11209.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11209/head:pull/11209

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


More information about the hotspot-gc-dev mailing list