RFR: 8334060: Implementation of Late Barrier Expansion for G1 [v20]

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Mon Sep 16 08:19:24 UTC 2024


On Fri, 13 Sep 2024 23:16:32 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Roberto Castañeda Lozano has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix a few style issues
>
> src/hotspot/share/gc/g1/g1BarrierSet.cpp line 65:
> 
>> 63: #else
>> 64:                       make_barrier_set_c2<G1BarrierSetC2>(),
>> 65: #endif
> 
> I assume it is temporary until all ports a ready (except 32-bit x86 may be). Right?

Right, all code guarded by `G1_LATE_BARRIER_MIGRATION_SUPPORT` will be removed before integration.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19746#discussion_r1760716721


More information about the hotspot-gc-dev mailing list