RFR: 8276845: (fs) java/nio/file/spi/SetDefaultProvider.java fails on x86_32

Alan Bateman alanb at openjdk.java.net
Tue Nov 9 10:18:37 UTC 2021


On Tue, 9 Nov 2021 10:07:07 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> x86_32 takes a path that requires `newFileChannel` implemented in `TestProvider`. Otherwise the test fails with the exception. The implementation is the same as for `newByteChannel`.
> 
> Additional testing:
>  - [x] Linux x86_32 fastdebug, test now passes
>  - [x] Linux x86_64 fastdebug, test still passes

Marked as reviewed by alanb (Reviewer).

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

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


More information about the nio-dev mailing list