RFR: 8308752: Generational ZGC: Avoid final marking through stack chunks
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu Jun 1 06:42:04 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 aboldtch (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14204#pullrequestreview-1454692913
More information about the hotspot-gc-dev
mailing list