RFR: 8277753: Long*VectorTests.java fail with "bad AD file" on x86_32 after JDK-8276162
Tobias Hartmann
thartmann at openjdk.java.net
Thu Dec 2 12:53:25 UTC 2021
On Wed, 24 Nov 2021 08:52:28 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> The following vector api tests fail with "bad AD file" on x86_32.
>
> jdk/incubator/vector/Long128VectorTests.java
> jdk/incubator/vector/Long256VectorTests.java
> jdk/incubator/vector/Long512VectorTests.java
> jdk/incubator/vector/LongMaxVectorTests.java
> jdk/incubator/vector/Long64VectorTests.java
>
>
> The failure reason is that several unsigned long comparison instructs are missing for x86_32.
> The fix just added the missing instructs rules.
>
> Testing:
> - tier1 ~ tier3 on linux/x86_32, no regression.
>
> Thanks.
> Best regards,
> Jie
Looks good.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6533
More information about the hotspot-compiler-dev
mailing list