-
Notifications
You must be signed in to change notification settings - Fork 208
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
8324824: AArch64: Detect Ampere-1B core and update default options for Ampere CPUs #2202
Conversation
👋 Welcome back qpzhang! 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. |
/label add hotspot |
@cnqpzhang |
/label add hotspot-dev |
@cnqpzhang |
/cc hotspot hotspot-runtime |
@cnqpzhang |
Could any reviewer please help review and approve this simple backport to jdk17u-dev? Not a clean merge while the code changes for conflicts resolving is very straightforward and can be a of low risk. Thanks. |
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.
Ok.
Thanks for your view @adinn , I noticed that the check-box of "Change must be properly reviewed (1 review required)" is still blank. Probably I need an "Approve" on it, before moving forward to ask for 17u-dev maintainer's approval of the integration, right? or Is there any code change required on this PR? Thanks. |
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.
Looks good to me.
|
/approval request This backport is to CPU detection for Ampere-1B core to JDK 17 LTS, and update default options on Ampere-1/1A/1B . Jtreg tier1/tier2 and selected relevant tests passed. Not a clean merge while conflicts are due to line mismatch, the risk can be low. Thanks for approval. |
@cnqpzhang |
@cnqpzhang 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:
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 44 new commits pushed to the
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. 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 (@adinn, @shipilev) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
@cnqpzhang |
Hi, @shipilev , thanks for the review, and could you please help sponsor this too? Very appreciate. |
/sponsor |
Going to push as commit f3e90af.
Your commit was automatically rebased without conflicts. |
@adinn @cnqpzhang Pushed as commit f3e90af. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi,
This pull request contains a backport of commit 9936aeea from the openjdk/jdk repository.
Not a clean merge to 17u-dev.
Manually resolved the merging conflicts due to line differences on
enum Ampere_CPU_Model
andFeature_Flag
, removed redundant changes in order to limit the update to the code changes only from commit [9936aeea]. This can also lower the risk and limit the functionality impact to to particular Ampere new CPU cores Ampere-1/1A/1B. Same scope as that of the commit [9936aeea].Passed pre-submit tests, ran Jtreg
tier1
,tier2
, andgtest
tests, no related issue found with the patch, also tested:make run-test TEST="jtreg:hotspot/jtreg/compiler/onSpinWait*"
make run-test TEST="micro:ThreadOnSpinWait*"
Thanks for review.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2202/head:pull/2202
$ git checkout pull/2202
Update a local copy of the PR:
$ git checkout pull/2202
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2202/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2202
View PR using the GUI difftool:
$ git pr show -t 2202
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2202.diff
Webrev
Link to Webrev Comment