RFR: 8286637: (fc) Memory mapped regions bigger than 2GB do not work correctly on Windows

Uwe Schindler uschindler at openjdk.java.net
Thu May 12 20:25:55 UTC 2022


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

> Cast the last parameter `dwNumberOfBytesToMap` of `MapViewOfFile()` to a `SIZE_T`, not a `DWORD`, to avoid truncation.

Marked as reviewed by uschindler (Author).

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

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


More information about the nio-dev mailing list