RFR: Changes to simplify MU accounting
William Kemper
wkemper at openjdk.org
Thu May 11 22:20:22 UTC 2023
On Thu, 11 May 2023 01:07:43 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:
>> src/hotspot/share/gc/shenandoah/shenandoahMmuTracker.hpp line 90:
>>
>>> 88: // GC utilization during this cycle.
>>> 89: //
>>> 90: // We may redundantly record degen and full, in which case the gcid will repeat. We log these as FULL.
>>
>> Won't `gc_id` also repeat for old_marking_increments too?
>
> Or may be I am misunderstanding what "repeat" means here.
I think only a boot strap cycle and its first old marking increment will have the same `gc_id`.
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/274#discussion_r1191713114
More information about the shenandoah-dev
mailing list