On Fri, 23 Oct 2020 12:37:10 GMT, Aleksey Shipilev <sh...@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 <sh...@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 <mcimadam...@openjdk.org> Reviewed-by: mcimadamore ------------- PR: https://git.openjdk.java.net/jdk/pull/836