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

Thomas Schatzl tschatzl at openjdk.java.net
Tue Mar 15 20:31:54 UTC 2022


On Tue, 15 Mar 2022 17:20: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.
>
> Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix whitespace

Lgtm. Thanks.

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

Marked as reviewed by tschatzl (no project role).

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


More information about the loom-dev mailing list