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

Erik Österlund eosterlund at openjdk.java.net
Tue Mar 15 15:43:24 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.

Looks good. Ship it!

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

Marked as reviewed by eosterlund (Committer).

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


More information about the loom-dev mailing list