Integrated: 8255349: Vector API issues on Big Endian
Martin Doerr
mdoerr at openjdk.java.net
Mon Oct 26 15:35:15 UTC 2020
On Fri, 23 Oct 2020 15:46:07 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Several jdk/incubator/vector tests are failing with stack overflow due to endless recursion on Big Endian platforms. E.g. Int64VectorLoadStoreTests (see bug for stack trace).
> Endianess in defaultReinterpret is currently hard coded and not checked.
>
> In addition, VectorReshapeTests.java is failing due to incorrect size conversion for Big Endian in the test code (castByteArrayData).
This pull request has now been integrated.
Changeset: 9b5a2a6b
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9b5a2a6b
Stats: 30 lines in 2 files changed: 23 ins; 2 del; 5 mod
8255349: Vector API issues on Big Endian
Reviewed-by: psandoz, rrich
-------------
PR: https://git.openjdk.java.net/jdk/pull/840
More information about the hotspot-compiler-dev
mailing list