RFR: 8254883: ZGC: Make the ZArrayIterator reusable for ZRelocationSetIterators [v4]
Per Liden
pliden at openjdk.java.net
Tue Oct 20 13:56:28 UTC 2020
> The ZRelocationSetIterators are mostly just duplicate implementations of the ZArrayIterators. With some slight
> adjustments to ZArrayIteratorImpl we can make that code reusable for ZRelocationSetIteratorImpl.
> Note that this PR builds/depends on "8254878: Move last piece of ZArray to GrowableArray", which is out for review as a
> separate PR (https://github.com/openjdk/jdk/pull/694).
Per Liden has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev
excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since
the last revision:
- Merge with master
- Updated copyright
- 8254883: ZGC: Make the ZArrayIterator reusable for ZRelocationSetIterators
- 8254878: Move last piece of ZArray to GrowableArray
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/697/files
- new: https://git.openjdk.java.net/jdk/pull/697/files/19041ec8..9e7a3963
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=697&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=697&range=02-03
Stats: 28191 lines in 351 files changed: 18231 ins; 8287 del; 1673 mod
Patch: https://git.openjdk.java.net/jdk/pull/697.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/697/head:pull/697
PR: https://git.openjdk.java.net/jdk/pull/697
More information about the hotspot-gc-dev
mailing list