RFR: 8255349: Vector API issues on Big Endian
Paul Sandoz
psandoz at openjdk.java.net
Fri Oct 23 17:49:38 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).
Marked as reviewed by psandoz (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/840
More information about the hotspot-compiler-dev
mailing list