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

Jorn Vernee jvernee at openjdk.java.net
Fri May 13 22:13:56 UTC 2022


On Thu, 12 May 2022 23:27:30 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.
>
> Brian Burkhalter has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
> 
>  - 8286671: Update test pursuant to JEP 424 integration
>  - Merge
>  - 8286637: Update test with try-with-resources and to print less
>  - 8286637: (fc) Memory mapped regions bigger than 2GB do not work correctly on Windows

Marked as reviewed by jvernee (Reviewer).

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

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


More information about the nio-dev mailing list