8388838: RISC-V: vectorization tests failed when UseUnalignedAccesses is false - #32021
8388838: RISC-V: vectorization tests failed when UseUnalignedAccesses is false#32021kuaiwei wants to merge 1 commit into
Conversation
|
👋 Welcome back kwei! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
|
@kuaiwei Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
@kuaiwei |
|
@kuaiwei Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
Some vectorization jtreg tests failed on riscv SG2044. The root cause is UseUnalignedAccesses is disable by default on this machine, so super word optimization is blocked in these tests. We need check this flag before testing.
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/32021/head:pull/32021$ git checkout pull/32021Update a local copy of the PR:
$ git checkout pull/32021$ git pull https://git.openjdk.org/jdk.git pull/32021/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 32021View PR using the GUI difftool:
$ git pr show -t 32021Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/32021.diff
Using Webrev
Link to Webrev Comment