RFR: 8344665: Refactor PartialArrayState allocation for reuse [v2]
Kim Barrett
kbarrett at openjdk.org
Fri Nov 29 19:20:39 UTC 2024
On Thu, 28 Nov 2024 16:09:36 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Kim Barrett has updated the pull request incrementally with one additional commit since the last revision:
>>
>> simplify pas allocator destruction and manager phase tracking
>
> src/hotspot/share/gc/shared/partialArrayState.hpp line 162:
>
>> 160: // - releasing: When an allocator is destroyed the manager transitions to this
>> 161: // phase. It remains in this phase until all extent allocators associated with
>> 162: // this manager have been destroyed. During this phase, new allocators man not
>
> Suggestion:
>
> // this manager have been destroyed. During this phase, new allocators may not
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22287#discussion_r1863876494
More information about the hotspot-gc-dev
mailing list