RFR: 8324649: Shenandoah: refactor implementation of free set [v2]
Kelvin Nilsen
kdnilsen at openjdk.org
Fri Jan 26 19:37:36 UTC 2024
On Fri, 26 Jan 2024 18:54:02 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unnecessary change related to debugging
>
> src/hotspot/share/gc/shenandoah/shenandoahFreeSet.cpp line 28:
>
>> 26: #include "precompiled.hpp"
>> 27: #include "gc/shared/tlab_globals.hpp"
>> 28: #include "gc/shenandoah/shenandoahBarrierSet.hpp"
>
> Do we really need to include `shenandoahBarrierSet.hpp` here?
Thanks. Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17561#discussion_r1468071076
More information about the hotspot-gc-dev
mailing list