RFR: 8267370: [Vector API] Fix several crashes after JDK-8256973
Jie Fu
jiefu at openjdk.java.net
Wed May 19 11:23:05 UTC 2021
On Wed, 19 May 2021 09:46:16 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> Thanks much for providing a quick fix. Problem here seems to be related to assert in following assembler routines which made an assumption that the instruction is only supported over AVX2 platforms.
Good catch! @jatin-bhateja
It makes sense to enable 128-bit vectors for vpmovmskb.
Updated.
More testing is in progress.
Will let you know once finished.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4109
More information about the hotspot-compiler-dev
mailing list