RFR: 8295762: [Vector API] Update generate_iota_indices for x86_32 after JDK-8293409

Jie Fu jiefu at openjdk.org
Thu Oct 27 06:04:32 UTC 2022


On Fri, 21 Oct 2022 04:31:09 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> I can't comment on change. I assume it is copy from 64-bit code. But I am starting to concern about Vector API changes causing issues which were not caught during pre-integration testing. Unfortunately these tests run in [jdk_tier3](https://github.com/openjdk/jdk/blob/master/test/jdk/TEST.groups#L73) only. And as result are not part of GitHub Action testing. And in Oracle we don't test 32-bit.
> 
> May I suggest in addition to currently run `tier1_part*` in GHA add `jdk_vector` to it. I looked on our internal testing times and all 3 `tier1_part*` and `jdk_vector` took about 5 min to run.

Here is the PR which adds the jdk_vector in GHA: https://github.com/openjdk/jdk/pull/10879 . 
Thanks.

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

PR: https://git.openjdk.org/jdk/pull/10807


More information about the hotspot-compiler-dev mailing list