RFR: 8271870: G1: Add objArray splitting when scanning object with evacuation failure
Ivan Walulya
iwalulya at openjdk.org
Wed Apr 2 15:12:02 UTC 2025
On Tue, 25 Mar 2025 10:35:58 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this change that makes the object iteration path for evacuation failed objects the same as the one for regular objects (and indeed make both use the same code).
>
> This has been made possible with the refactoring of object array task queues.
>
> At the same time this also covers [JDK-8271871](https://bugs.openjdk.org/browse/JDK-8271871).
>
> Testing: tier1-5, some perf testing with no differences
>
> Thanks,
> Thomas
Marked as reviewed by iwalulya (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/24222#pullrequestreview-2736649318
More information about the hotspot-gc-dev
mailing list