RFR: 8357847: (ch) WindowsAsynchronousFileChannelImpl should support FFM Buffers

Brian Burkhalter bpb at openjdk.org
Fri May 30 22:30:51 UTC 2025


On Fri, 30 May 2025 17:47:48 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> We should be able to use a buffer from a view allocated from the global arena or an automatic arena. It should throw UOE for confined and shared.

It throws `IllegalStateException` for confined and UOE for shared. I have broadened testing in [82fb9e0](https://github.com/openjdk/jdk/pull/25531/commits/82fb9e0b896510d0b2b087519586e6eac3868a58).

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

PR Comment: https://git.openjdk.org/jdk/pull/25531#issuecomment-2923651889


More information about the nio-dev mailing list