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

Aleksey Shipilev shade at openjdk.java.net
Wed Nov 10 09:53:44 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

Thanks Alan. Need another reviewer, I think.

Ok, cool.

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

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


More information about the nio-dev mailing list