RFR: 8308752: Generational ZGC: Avoid final marking through stack chunks

Stefan Karlsson stefank at openjdk.org
Tue May 30 07:00:54 UTC 2023


On Mon, 29 May 2023 15:31:02 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> Single generation ZGC switches marking strength to strong unconditionally when marking through loom stack chunks, as there is no support for final marking through nmethod oops. We missed doing the same thing in generational ZGC, which is an oversight. This patch fixes that.

Marked as reviewed by stefank (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/14204#pullrequestreview-1450199312


More information about the hotspot-gc-dev mailing list