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

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

This pull request has now been integrated.

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

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

Reviewed-by: alanb

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

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


More information about the nio-dev mailing list