Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204424 | 11.0.1 | Thomas Stuefe | P4 | Resolved | Fixed | team |
Description
VirtualSpaceNode contains
MemRegion _reserved;
This member is not used and serves no purpose. It keeps track of the reserved memory location, but that is redundant since the underlying ReservedSpace does the same. It is also nowhere used.
So it should be removed.
MemRegion _reserved;
This member is not used and serves no purpose. It keeps track of the reserved memory location, but that is redundant since the underlying ReservedSpace does the same. It is also nowhere used.
So it should be removed.
Attachments
Issue Links
- backported by
-
JDK-8204424 Metaspace cleanup: Remove unused MemRegion in VirtualSpaceNode
-
- Resolved
-