-
Notifications
You must be signed in to change notification settings - Fork 236
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
8252114: Windows-AArch64: Enable and test ZGC and ShenandoahGC #304
Conversation
👋 Welcome back rnkovacs! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
/contributor add Bernhard Urban-Forster burban@openjdk.org |
@rnkovacs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a question. Upstream version checks OPENJDK_TARGET_CPU
directly. Why not to do the same here? The only reason off the top of my head is to avoid accidentally enabling macos-aarch64, but that port is not yet in 11u, and Shenandoah is supposed to work there anyway.
e70c0d8
to
2836aff
Compare
I thought about it, but wasn't sure if there are any risks I'm not aware of. Thanks - updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good.
f7f50ab
to
142c38d
Compare
142c38d
to
bd1adc8
Compare
2836aff
to
9765b13
Compare
Rebased on top of the latest changes. |
Also, tagged. |
7ae8001
to
609ad26
Compare
609ad26
to
6700588
Compare
@rnkovacs This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
512177c
to
697c339
Compare
The dependent pull request has now been integrated, and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout 8248238-win-aarch64
git fetch https://git.openjdk.java.net/jdk11u-dev master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
@rnkovacs this pull request can not be integrated into git checkout 8252114-enable-shenandoah
git fetch https://git.openjdk.java.net/jdk11u-dev master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
Hi Reka, |
9765b13
to
fd1e0dc
Compare
@rnkovacs This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
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 no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@shipilev) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/sponsor |
@RealCLanger @rnkovacs Pushed as commit d92b103. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
The original commit and the backport don't have a lot to do with each other quite honestly, but they both fit under the JBS issue. The original commit enabled ZGC for Windows/AArch64 (Shenandoah was already enabled on all AArch64 platforms), while this one enables Shenandoah.
Depends on #301.
This is part of the Windows/AArch64 port.
Progress
Issue
Reviewers
Contributors
<burban@openjdk.org>
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/304/head:pull/304
$ git checkout pull/304
Update a local copy of the PR:
$ git checkout pull/304
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/304/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 304
View PR using the GUI difftool:
$ git pr show -t 304
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/304.diff