RFR: Generation resizing
William Kemper
wkemper at openjdk.org
Mon Dec 5 17:29:47 UTC 2022
On Mon, 5 Dec 2022 11:10:54 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
>> These changes have the generational mode track the minimum mutator utilization (percentage of process time used by mutators). When it falls below a configuration percentage (GCTimeRatio), a heuristic will transfer memory capacity to whatever generation has been using more CPU time. The assumption here is that by increasing capacity, we will decrease the collection frequency and improve the MMU.
>
> src/hotspot/share/gc/shenandoah/shenandoahMmuTracker.cpp line 25:
>
>> 23: */
>> 24:
>> 25: #include "gc/shenandoah/shenandoahMmuTracker.hpp"
>
> You need to include precompiled.hpp here.
Done (added this to my new file template as well).
-------------
PR: https://git.openjdk.org/shenandoah/pull/177
More information about the shenandoah-dev
mailing list