Integrated: 8286671: (fc) Modify sun.nio.ch.FileChannelImpl.map0() to accept a FileDescriptor parameter

Brian Burkhalter bpb at openjdk.java.net
Fri May 13 17:50:44 UTC 2022


On Thu, 12 May 2022 23:34:35 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Add a `FileDescriptor` as the first parameter of `map0()` and remove from the corresponding native code the use of `fd_chan`.

This pull request has now been integrated.

Changeset: 583a61aa
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/583a61aabbcd1646305323488da4452773248396
Stats:     22 lines in 3 files changed: 1 ins; 9 del; 12 mod

8286671: (fc) Modify sun.nio.ch.FileChannelImpl.map0() to accept a FileDescriptor parameter

Reviewed-by: alanb, jpai

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

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


More information about the nio-dev mailing list