Integrated: 8278623: compiler/vectorapi/reshape/TestVectorCastAVX512.java after JDK-8259610

Mai Đặng Quân Anh duke at openjdk.java.net
Fri Dec 17 23:46:35 UTC 2021


On Wed, 15 Dec 2021 16:37:19 GMT, Mai Đặng Quân Anh <duke at openjdk.java.net> wrote:

> The problem is that loading vector from byte array requires the vector shape to support byte vector before the reinterpretation to the correct type. The failure to intrinsify seems to stop the compilation of the method, leads to IR verification failure. The patch simply changes the argument of vector cast methods to correct types.
> 
> Thanh you very much.

This pull request has now been integrated.

Changeset: cc44e137
Author:    merykitty <anhmdq99 at gmail.com>
Committer: Vladimir Kozlov <kvn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cc44e137973808436311aaaa50916d051759f705
Stats:     437 lines in 10 files changed: 123 ins; 68 del; 246 mod

8278623: compiler/vectorapi/reshape/TestVectorCastAVX512.java after JDK-8259610

Reviewed-by: kvn, chagedorn, psandoz

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

PR: https://git.openjdk.java.net/jdk/pull/6852


More information about the hotspot-compiler-dev mailing list