Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8254883: ZGC: Make the ZArrayIterator reusable for ZRelocationSetIterators #697

Closed
wants to merge 4 commits into from

Conversation

pliden
Copy link
Contributor

@pliden pliden commented Oct 16, 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 (#694).


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8254883: ZGC: Make the ZArrayIterator reusable for ZRelocationSetIterators

Reviewers

Download

$ git fetch https://git.openjdk.java.net/jdk pull/697/head:pull/697
$ git checkout pull/697

@bridgekeeper
Copy link

bridgekeeper bot commented Oct 16, 2020

👋 Welcome back pliden! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr Pull request is ready for review label Oct 16, 2020
@openjdk
Copy link

openjdk bot commented Oct 16, 2020

@pliden The following label will be automatically applied to this pull request:

  • hotspot

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the hotspot hotspot-dev@openjdk.org label Oct 16, 2020
@pliden
Copy link
Contributor Author

pliden commented Oct 16, 2020

/label add hotspot-gc
/label remove hotspot

@openjdk openjdk bot added the hotspot-gc hotspot-gc-dev@openjdk.org label Oct 16, 2020
@openjdk
Copy link

openjdk bot commented Oct 16, 2020

@pliden
The hotspot-gc label was successfully added.

@openjdk openjdk bot removed the hotspot hotspot-dev@openjdk.org label Oct 16, 2020
@openjdk
Copy link

openjdk bot commented Oct 16, 2020

@pliden
The hotspot label was successfully removed.

@mlbridge
Copy link

mlbridge bot commented Oct 16, 2020

Webrevs

@pliden
Copy link
Contributor Author

pliden commented Oct 16, 2020

Updated to make the iterator take const arrays.

@pliden
Copy link
Contributor Author

pliden commented Oct 18, 2020

Rebased, folded, and updated ZGranuleMapIterator to also use ZArrayIterator.

Copy link
Contributor

@fisk fisk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@openjdk
Copy link

openjdk bot commented Oct 20, 2020

@pliden This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8254883: ZGC: Make the ZArrayIterator reusable for ZRelocationSetIterators

Reviewed-by: eosterlund

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 5 new commits pushed to the master branch:

  • cb6167b: 8254557: Compiler crashes with java.lang.AssertionError: isSubtype UNKNOWN
  • 40f847e: 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
  • f167a71: 8254264: Remove redundant cross_modify_fence()
  • 44f9271: 8254974: Fix stutter typo in TypeElement
  • 76fdd7f: 8255038: Adjust adapter_code_size to account for -Xlog:methodhandles in debug builds

Please see this link for an up-to-date comparison between the source branch of this pull request and the master branch.
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Oct 20, 2020
@pliden
Copy link
Contributor Author

pliden commented Oct 20, 2020

/integrate

@openjdk openjdk bot closed this Oct 20, 2020
@openjdk openjdk bot added integrated Pull request has been integrated and removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Oct 20, 2020
@pliden pliden deleted the 8254883_zarray_iterator branch October 20, 2020 16:07
@openjdk
Copy link

openjdk bot commented Oct 20, 2020

@pliden Since your change was applied there have been 5 commits pushed to the master branch:

  • cb6167b: 8254557: Compiler crashes with java.lang.AssertionError: isSubtype UNKNOWN
  • 40f847e: 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
  • f167a71: 8254264: Remove redundant cross_modify_fence()
  • 44f9271: 8254974: Fix stutter typo in TypeElement
  • 76fdd7f: 8255038: Adjust adapter_code_size to account for -Xlog:methodhandles in debug builds

Your commit was automatically rebased without conflicts.

Pushed as commit 3267b09.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotspot-gc hotspot-gc-dev@openjdk.org integrated Pull request has been integrated
2 participants