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

Erik Österlund eosterlund at openjdk.org
Mon May 29 15:38:03 UTC 2023


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.

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

Commit messages:
 - 8308752: Generational ZGC: Avoid final marking through stack chunks

Changes: https://git.openjdk.org/jdk/pull/14204/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14204&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308752
  Stats: 10 lines in 1 file changed: 1 ins; 0 del; 9 mod
  Patch: https://git.openjdk.org/jdk/pull/14204.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14204/head:pull/14204

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


More information about the hotspot-gc-dev mailing list