RFR: 8328307: GenShen: Re-enable old-has-grown trigger for old-generation GC [v14]

Kelvin Nilsen kdnilsen at openjdk.org
Wed Apr 24 19:25:09 UTC 2024


On Wed, 24 Apr 2024 16:46:00 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 typo
>
> src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp line 2838:
> 
>> 2836:     ShenandoahGenerationalHeap* gen_heap = ShenandoahGenerationalHeap::heap();
>> 2837:     ShenandoahOldGeneration* old_gen = gen_heap->old_generation();
>> 2838:     ShenandoahOldHeuristics* old_heuristics = (ShenandoahOldHeuristics*) old_gen->heuristics();
> 
> Shouldn't need to cast here.

Thanks.  Fixed.

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

PR Review Comment: https://git.openjdk.org/shenandoah/pull/409#discussion_r1578399434


More information about the shenandoah-dev mailing list