RFR: Generation resizing [v4]
William Kemper
wkemper at openjdk.org
Wed Dec 14 00:54:46 UTC 2022
On Fri, 9 Dec 2022 00:12:56 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:
>> src/hotspot/share/gc/shenandoah/shenandoahMmuTracker.cpp line 99:
>>
>>> 97: _initial_process_time_s = process_time_s;
>>> 98: double verify_time_s = gc_thread_time_seconds();
>>> 99: double verify_elapsed = verify_time_s - _initial_verify_collector_time_s;
>>
>> elapsed -> delta
>
> Why do you use the `verify_` prefix here? I'm sure I am missing something here...
It's vestigial, I'll change it.
-------------
PR: https://git.openjdk.org/shenandoah/pull/177
More information about the shenandoah-dev
mailing list