RFR: 8257072: ZGC: Rename roots iterators [v3]

Per Liden pliden at openjdk.java.net
Wed Nov 25 13:36:16 UTC 2020


> Since we no longer have any STW roots (they are all concurrent now), we can shorten the names of the roots iterators to just ZRootsIterator and ZWeakRootsIterator.

Per Liden has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:

  Also rename ZMarkConcurrentRootsTask and ZProcessConcurrentWeakRootsTask

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1429/files
  - new: https://git.openjdk.java.net/jdk/pull/1429/files/3dafd2b1..230f6fe5

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

  Stats: 3 lines in 3 files changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1429.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1429/head:pull/1429

PR: https://git.openjdk.java.net/jdk/pull/1429



More information about the hotspot-gc-dev mailing list