RFR: 8324649: Shenandoah: refactor implementation of free set [v15]
Kelvin Nilsen
kdnilsen at openjdk.org
Fri Mar 1 20:43:56 UTC 2024
On Fri, 1 Mar 2024 15:15:26 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Simplify log_info and log_debug parameters
>>
>> This change endeavors to mitigate a problem with googletest and overflow
>> of LogSelectionList::MaxSelections
>
> src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp line 420:
>
>> 418: req.type_string(),
>> 419: byte_size_in_proper_unit(req.size() * HeapWordSize), proper_unit_for_byte_size(req.size() * HeapWordSize));
>> 420:
>
> No need for this change?
Thanks. Reverting.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17561#discussion_r1509511143
More information about the shenandoah-dev
mailing list