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

Leo Korinth lkorinth at openjdk.java.net
Tue Mar 15 17:20:47 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/loom/pull/102/files
  - new: https://git.openjdk.java.net/loom/pull/102/files/fc2b3863..00b5a06e

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=loom&pr=102&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=loom&pr=102&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/loom/pull/102.diff
  Fetch: git fetch https://git.openjdk.java.net/loom pull/102/head:pull/102

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


More information about the loom-dev mailing list