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

Maurizio Cimadamore mcimadamore at openjdk.java.net
Fri Oct 23 16:42:39 UTC 2020


On Fri, 23 Oct 2020 15:31:46 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)
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix it instead of problem-listing

Looks good

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

Marked as reviewed by mcimadamore (Reviewer).

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


More information about the core-libs-dev mailing list