RFR: 8257072: ZGC: Rename roots iterators [v2]
Per Liden
pliden at openjdk.java.net
Wed Nov 25 12:55:08 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 updated the pull request incrementally with one additional 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/d64fe2dd..3dafd2b1
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1429&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1429&range=00-01
Stats: 14 lines in 4 files changed: 0 ins; 0 del; 14 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