Withdrawn: 8339668: Parallel: Adopt PartialArrayState to consolidate marking stack in Full GC

duke duke at openjdk.org
Thu Nov 28 19:01:47 UTC 2024


On Thu, 19 Sep 2024 14:01:39 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> Please review this patch that adopts `PartialArrayState`introduced by [JDK-8337709](https://bugs.openjdk.org/browse/JDK-8337709) to consolidate `_oop_task_queues` and `_objarray_task_queues` into single `_marking_stacks`.
> 
> The change mirrors Kim's [JDK-8311163](https://bugs.openjdk.org/browse/JDK-8311163) work, therefore, there are methods can be consolidated and simplified, but I would like defer to a followup CR.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/21089


More information about the hotspot-gc-dev mailing list