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

Erik Österlund eosterlund at openjdk.org
Fri Jun 2 06:57:13 UTC 2023


On Tue, 30 May 2023 06:57:45 GMT, Stefan Karlsson <stefank 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).

Thanks for the reviews @stefank and @xmas92!

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

PR Comment: https://git.openjdk.org/jdk/pull/14204#issuecomment-1573244050


More information about the hotspot-gc-dev mailing list