RFR: 8355336: GenShen: Resume Old GC even with back-to-back Young GC triggers [v2]

Kelvin Nilsen kdnilsen at openjdk.org
Fri Apr 25 17:22:22 UTC 2025


On Wed, 23 Apr 2025 16:45:24 GMT, William Kemper <wkemper at openjdk.org> wrote:

>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix indentation
>
> src/hotspot/share/gc/shenandoah/shenandoahRegulatorThread.cpp line 80:
> 
>> 78:           _old_heuristics->cancel_trigger_request();
>> 79:         } else if (start_young_cycle()) {
>> 80:             log_debug(gc)("Heuristics request for young collection accepted");
> 
> Indentation looks a little off here.

Thanks.  I've fixed this.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24810#discussion_r2060618736


More information about the hotspot-gc-dev mailing list