Integrated: 8255343: java/util/stream/SpliteratorTest.java fails on 32-bit platforms with "Misaligned access at address: 12"

Aleksey Shipilev shade at openjdk.java.net
Mon Oct 26 07:17:37 UTC 2020


On Fri, 23 Oct 2020 12:37:10 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> It currently fails on x86_32 with `java.lang.IllegalStateException: Misaligned access at address: 12`. I checked that once JDK-8254162 integrates, that issue is gone. Until then, having clean x86_32 testing is beneficial for other work.
> 
> Testing:
>  - [x] `java/util/stream` tests on Linux x86_64 (still passes)
>  - [x] `java/util/stream` tests on Linux x86_32 (start to pass)

This pull request has now been integrated.

Changeset: c28b0111
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c28b0111
Stats:     6 lines in 1 file changed: 0 ins; 0 del; 6 mod

8255343: java/util/stream/SpliteratorTest.java fails on 32-bit platforms with "Misaligned access at address: 12"

Co-authored-by: Maurizio Cimadamore <mcimadamore at openjdk.org>
Reviewed-by: mcimadamore

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

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


More information about the core-libs-dev mailing list