RFR: 6633375: FileOutputStream_md.c should be merged into FileOutputStream.c
Brian Burkhalter
bpb at openjdk.java.net
Thu Jun 24 21:16:06 UTC 2021
On Thu, 24 Jun 2021 20:01:27 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Merge identical Unix and Windows versions of FileOutputStream_md.c into single, common FileOutputStream.c.
The `fileOpen()`, `writeSingle()`, and `writeBytes()` functions called here all expect to receive a field ID. This might be worth investigating as a separate issue.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4589
More information about the core-libs-dev
mailing list