RFR: Usage tracking cleanup

William Kemper wkemper at openjdk.org
Tue Apr 18 00:25:29 UTC 2023


On Tue, 18 Apr 2023 00:14:13 GMT, William Kemper <wkemper at openjdk.org> wrote:

>> src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp line 757:
>> 
>>> 755:     if (wasted_bytes > 0) {
>>> 756:       if (req.actual_size() > ShenandoahHeapRegion::humongous_threshold_words()) {
>>> 757:         // generation->increase_humongous_waste(wasted_bytes);
>> 
>> why is this commented out?
>
> The humongous waste tracking isn't in `master` yet - but soon will be after I finish testing some requested changes.

I will uncomment it after humongous waste tracking is in.

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

PR Review Comment: https://git.openjdk.org/shenandoah/pull/260#discussion_r1169373355


More information about the shenandoah-dev mailing list