RFR: Mixed evacuation [v2]

Kelvin Nilsen kdnilsen at openjdk.java.net
Tue Apr 13 21:52:21 UTC 2021


On Fri, 9 Apr 2021 13:18:13 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Chasing bug during prepare_for_old_collection
>>   
>>   One bug fix, a few cosmetic improvements, a change in loop structure to possibly avoid a gcc
>>   optimization error.
>
> src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp line 67:
> 
>> 65:   f(finish_mark,                                    "  Finish Mark")                   \
>> 66:   SHENANDOAH_PAR_PHASE_DO(finish_mark_,             "    FM: ", f)                     \
>> 67:   f(coalesce_and_fill,                              "Coalesce and Fill Old Dead")      \
> 
> Does not seem to be used anywhere.

Is used in shenandoahOldGC.cpp:entry_coalesce_and_fill().

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

PR: https://git.openjdk.java.net/shenandoah/pull/29


More information about the shenandoah-dev mailing list