RFR: 8312116: GenShen: make instantaneous allocation rate triggers more timely [v3]
Kelvin Nilsen
kdnilsen at openjdk.org
Wed Jan 7 20:32:30 UTC 2026
On Tue, 6 Jan 2026 21:11:42 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove develop/debug instrumentation
>
> src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp line 1218:
>
>> 1216: } else {
>> 1217: heap->heuristics()->start_idle_span();
>> 1218: }
>
> Suggestion:
>
> _generation->heuristics()->start_idle_span();
Very nice. Thanks. Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29039#discussion_r2669982434
More information about the shenandoah-dev
mailing list