Integrated: 8277753: Long*VectorTests.java fail with "bad AD file" on x86_32 after JDK-8276162
Jie Fu
jiefu at openjdk.java.net
Thu Dec 2 15:19:32 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
This pull request has now been integrated.
Changeset: 65960f71
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/65960f712ed6d4c4478d74f0842ce78d500d4229
Stats: 30 lines in 1 file changed: 30 ins; 0 del; 0 mod
8277753: Long*VectorTests.java fail with "bad AD file" on x86_32 after JDK-8276162
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/6533
More information about the hotspot-compiler-dev
mailing list