On Mon, 30 Sep 2024 22:02:45 GMT, William Kemper <wkem...@openjdk.org> wrote:
> This PR merges JEP 404, a generational mode for the Shenandoah garbage > collector. The JEP can be viewed here: https://openjdk.org/jeps/404. We would > like to target JDK24 with this PR. This pull request has now been integrated. Changeset: 28ae281b Author: William Kemper <wkem...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/28ae281b42cd00f471e275db544a5d23a42df59c Stats: 22878 lines in 229 files changed: 21122 ins; 913 del; 843 mod 8337511: Implement JEP 404: Generational Shenandoah (Experimental) Co-authored-by: Kelvin Nilsen <kdnil...@openjdk.org> Co-authored-by: Y. Srinivas Ramakrishna <y...@openjdk.org> Co-authored-by: Bernd Mathiske <bmathi...@openjdk.org> Co-authored-by: Martin Doerr <mdo...@openjdk.org> Co-authored-by: Fei Yang <fy...@openjdk.org> Reviewed-by: rkennke, shade, phh ------------- PR: https://git.openjdk.org/jdk/pull/21273