8380448: Split VM_Version::get_processor_features() in vm_version_x86.cpp into multiple helper routines#31301
8380448: Split VM_Version::get_processor_features() in vm_version_x86.cpp into multiple helper routines#31301ashu-mehra wants to merge 6 commits into
Conversation
….cpp into multiple helper routines Signed-off-by: Ashutosh Mehra <asmehra@redhat.com>
Signed-off-by: Ashutosh Mehra <asmehra@redhat.com>
|
👋 Welcome back asmehra! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@ashu-mehra this pull request can not be integrated into git checkout vm_version_x86-reorg
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@ashu-mehra The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
Webrevs
|
Signed-off-by: Ashutosh Mehra <asmehra@redhat.com>
Signed-off-by: Ashutosh Mehra <asmehra@redhat.com>
Signed-off-by: Ashutosh Mehra <asmehra@redhat.com>
Signed-off-by: Ashutosh Mehra <asmehra@redhat.com>
This patch is reorganizing the code to split
get_processor_features()into multiple helper functions. Details are present in the issue https://bugs.openjdk.org/browse/JDK-8380448.It should not change the behavior of any VM flag, except
UseVectorizedHashCodeIntrinsic. The earlier code always setUseVectorizedHashCodeIntrinsictotrueif UseAVX >= 2. That means specifying-XX:-UseVectorizedHashCodeIntrinsicon command line wouldn't disable use of this intrinsic. This looks like a bug and has been fixed in this patch.Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/31301/head:pull/31301$ git checkout pull/31301Update a local copy of the PR:
$ git checkout pull/31301$ git pull https://git.openjdk.org/jdk.git pull/31301/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 31301View PR using the GUI difftool:
$ git pr show -t 31301Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/31301.diff
Using Webrev
Link to Webrev Comment