Integrated: 8291559: x86: compiler/vectorization/TestReverseBitsVector.java fails

Aleksey Shipilev shade at openjdk.org
Sun Jul 31 18:53:53 UTC 2022


On Fri, 29 Jul 2022 13:49:59 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> See the bug report for reproducer. 
> 
> The test checks for `avx2`, but that is not enough for x86_32, as you can have `avx2` supported, but no `Reverse*` nodes emitted anyway. It seems the test is only viable on x86_64 anyway, so fix just gates the tests on that arch.
> 
> Additional testing:
>  - [x] Affected test on Linux x86_32, now skipped
>  - [x] Affected test on Linux x86_64, still passes

This pull request has now been integrated.

Changeset: acbe093a
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/acbe093a66d86904266e390c9dc5da2da34d8982
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8291559: x86: compiler/vectorization/TestReverseBitsVector.java fails

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list