-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: hotspot
-
b02
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8360904 | 21.0.9 | Paul Hohensee | P4 | Resolved | Fixed | b01 |
PtrQueueSet and the associated BufferNode::Allocator make the number of slots in a buffer available via the buffer_size() function. This is the capacity rather than the number of filled entries, which is the more usual meaning of "size" for such a data structure. It would be clearer if this were named buffer_capacity. Such a renaming would also leave naming room to in the future add a size operation that returned the number of filled entries.
- backported by
-
JDK-8360904 Rename PtrQueueSet::buffer_size()
-
- Resolved
-
- links to
-
Commit
openjdk/jdk/181845ae
-
Commit(master)
openjdk/jdk21u-dev/9ccd8577
-
Review
openjdk/jdk/14439
-
Review(master)
openjdk/jdk21u-dev/1882