-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 20
-
b19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8308893 | 17.0.8 | Aleksey Shipilev | P4 | Resolved | Fixed | b05 |
This was reported on nio-dev. In DirectByteBuffer, if allocating the Deallocator or Cleaner failed with OOME then the constructor will throw without releasing the memory that it has allocated.
- backported by
-
JDK-8308893 (bf) DirectByteBuffer constructor will leak if allocating Deallocator or Cleaner fails with OOME
- Resolved