-
Bug
-
Resolution: Fixed
-
P3
-
22, 24
-
b02
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8335426 | 23.0.1 | Daniel Fuchs | P3 | Resolved | Fixed | b02 |
JDK-8335389 | 23 | Daniel Fuchs | P3 | Resolved | Fixed | b30 |
Reported here:
https://mail.openjdk.org/pipermail/nio-dev/2024-June/016454.html
DatagramChannel send/receive fails like this:
java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported
where the given ByteBuffer is backed by a memory segment allocated from a shared Arena. No expectation is allocated from a confined or auto, or the global arena.
https://mail.openjdk.org/pipermail/nio-dev/2024-June/016454.html
DatagramChannel send/receive fails like this:
java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported
where the given ByteBuffer is backed by a memory segment allocated from a shared Arena. No expectation is allocated from a confined or auto, or the global arena.
- backported by
-
JDK-8335389 (dc) DatagramChannel send/receive fails with UOE if buffer backed by memory segment allocated from shared arena
-
- Resolved
-
-
JDK-8335426 (dc) DatagramChannel send/receive fails with UOE if buffer backed by memory segment allocated from shared arena
-
- Resolved
-
- links to
-
Commit openjdk/jdk/e7dc76b5
-
Commit openjdk/jdk/e78c6821
-
Review openjdk/jdk/19618
-
Review openjdk/jdk/19941
(1 links to)