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

Erik Österlund eosterlund at openjdk.java.net
Wed Mar 16 08:00:07 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

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