RFR: 8048180: Eager reclaim of humongous objects with references [v3]
Thomas Schatzl
tschatzl at openjdk.org
Thu Oct 9 12:33:12 UTC 2025
On Thu, 9 Oct 2025 11:49:03 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
>> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> * more documentation work
>
> src/hotspot/share/gc/g1/g1_globals.hpp line 299:
>
>> 297: "for eager reclaim. Will be selected ergonomically by default.") \
>> 298: \
>> 299: product(bool, G1EagerReclaimWithRefs, true, DIAGNOSTIC, \
>
> Is there any compelling use case where turning this off would be a good option? Otherwise, I suggest we don't add it.
No, just being able to turn it off in case there are problems.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27525#discussion_r2416633031
More information about the hotspot-gc-dev
mailing list