[vectorIntrinsics] Integrated: 8264882: Build failure without C2 on x86_32/aarch64/ppc/s390/arm

Jie Fu jiefu at openjdk.java.net
Tue Apr 13 00:11:21 UTC 2021


On Thu, 8 Apr 2021 04:15:46 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> Build failure was observed on x86_32 if C2 is disabled.
> 
> The reason is that `assert(!Matcher::supports_vector_calling_convention(), "not implemented")` requires `Matcher` which is C2's code.
> And the same bug should also exist for aarch64/ppc/s390/arm in theory.
> 
> This assert is useless and can be removed safely since there is `Unimplemented();` after it.
> 
> Let's fix it.
> 
> Thanks.
> Best regards,
> Jie

This pull request has now been integrated.

Changeset: 0091ec32
Author:    Jie Fu <jiefu at openjdk.org>
Committer: Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.java.net/panama-vector/commit/0091ec32
Stats:     5 lines in 5 files changed: 0 ins; 5 del; 0 mod

8264882: Build failure without C2 on x86_32/aarch64/ppc/s390/arm

Reviewed-by: psandoz

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

PR: https://git.openjdk.java.net/panama-vector/pull/63


More information about the panama-dev mailing list