Integrated: 8254883: ZGC: Make the ZArrayIterator reusable for ZRelocationSetIterators
Per Liden
pliden at openjdk.java.net
Tue Oct 20 16:13:12 UTC 2020
On Fri, 16 Oct 2020 09:30:53 GMT, Per Liden <pliden at openjdk.org> wrote:
> 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).
This pull request has now been integrated.
Changeset: 3267b09d
Author: Per Liden <pliden at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3267b09d
Stats: 157 lines in 7 files changed: 36 ins; 82 del; 39 mod
8254883: ZGC: Make the ZArrayIterator reusable for ZRelocationSetIterators
Reviewed-by: eosterlund
-------------
PR: https://git.openjdk.java.net/jdk/pull/697
More information about the hotspot-gc-dev
mailing list