Integrated: 6924219: (fc spec) FileChannel.write(ByteBuffer, position) behavior when file opened for append not specified

Brian Burkhalter bpb at openjdk.org
Tue Oct 18 17:03:04 UTC 2022


On Thu, 13 Oct 2022 23:47:54 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Add some verbiage stating that the outcome of invoking the absolute write method `java.nio.channels.write(ByteBuffer,long)` is unspecified when the channel was opened with the `APPEND` option present.

This pull request has now been integrated.

Changeset: d1f79458
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d1f794587cbac221649114b71f2fce5e1f8b7e49
Stats:     9 lines in 1 file changed: 7 ins; 0 del; 2 mod

6924219: (fc spec) FileChannel.write(ByteBuffer, position) behavior when file opened for append not specified

Reviewed-by: alanb

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

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


More information about the nio-dev mailing list