RFR: 8291559: x86: compiler/vectorization/TestReverseBitsVector.java fails
Aleksey Shipilev
shade at openjdk.org
Sun Jul 31 18:36:41 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
Thank you!
-------------
PR: https://git.openjdk.org/jdk/pull/9685
More information about the hotspot-compiler-dev
mailing list