RFR: 8311163: Parallel: Improve large object handling during evacuation [v2]
Thomas Schatzl
tschatzl at openjdk.org
Fri Aug 30 10:52:23 UTC 2024
On Fri, 30 Aug 2024 09:08:54 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Please review this change to ParallelGC young generation collection's handling
>> of large objArrays, to now use the infrastructure provided by JDK-8253237 and
>> JDK-8337709. (That's the same infrastructure used by G1 young/mixed
>> collections.)
>>
>> Testing: mach5 tier1-5
>
> Kim Barrett has updated the pull request incrementally with one additional commit since the last revision:
>
> remove unused size arg for push_objArray
Still good.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20720#pullrequestreview-2271922982
More information about the hotspot-gc-dev
mailing list