Integrated: 8288687: (fc) Unix version ofFileChannelImpl.transferTo0() should should return IOS_UNSUPPORTED if not Linux, macOS, nor AIX

Brian Burkhalter bpb at openjdk.org
Tue Jun 21 15:31:59 UTC 2022


On Fri, 17 Jun 2022 16:26:39 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Return `IOS_UNSUPPORTED` from the `#else` conditional compilation branch of `Java_sun_nio_ch_FileChannelImpl_transferTo0`.

This pull request has now been integrated.

Changeset: 535fba8b
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/535fba8bfcd1bec6400b7be7d7c95e1310ac2b4b
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8288687: (fc) Unix version ofFileChannelImpl.transferTo0() should should return IOS_UNSUPPORTED if not Linux, macOS, nor AIX

Reviewed-by: alanb

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

PR: https://git.openjdk.org/jdk/pull/9205


More information about the nio-dev mailing list