Integrated: 8282209: G1: Use synchronous concurrent marking for the code cache

Leo Korinth lkorinth at openjdk.java.net
Wed Mar 16 16:36:58 UTC 2022


On Tue, 15 Mar 2022 15:33:47 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> This fix removes collect_for_codecache(), and uses collect() directly instead. This has the advantage that the g1 code path can be run concurrently using a concurrent mark instead of a full gc.

This pull request has now been integrated.

Changeset: ebbf2016
Author:    Leo Korinth <lkorinth at openjdk.org>
Committer: Erik Österlund <eosterlund at openjdk.org>
URL:       https://git.openjdk.java.net/loom/commit/ebbf2016bee5b61552e2824183d2fad9cb8aabe0
Stats:     148 lines in 12 files changed: 15 ins; 120 del; 13 mod

8282209: G1: Use synchronous concurrent marking for the code cache

Reviewed-by: eosterlund, tschatzl

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

PR: https://git.openjdk.java.net/loom/pull/102


More information about the loom-dev mailing list