[jdk17u-dev] RFR: 8324824: AArch64: Detect Ampere-1B core and update default options for Ampere CPUs

Patrick Zhang qpzhang at openjdk.org
Thu Feb 29 04:31:51 UTC 2024


On Sat, 10 Feb 2024 10:34:54 GMT, Patrick Zhang <qpzhang at openjdk.org> wrote:

> Hi,
> 
> This pull request contains a backport of commit [9936aeea](https://github.com/openjdk/jdk/commit/9936aeea32b71509151099e6d28905e0322b2bc2) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> Not a clean merge to 17u-dev. 
> Manually resolved the merging conflicts due to line differences on `enum Ampere_CPU_Model` and `Feature_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`, and `gtest` 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.

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.

-------------

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2202#issuecomment-1970375069


More information about the jdk-updates-dev mailing list