Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083050 | emb-9 | Marcus Larsson | P4 | Resolved | Fixed | b34 |
The MemRegion CollectedHeap::_reserved is initialized in a somewhat adhoc way by the collector implementations and almost never accessed.
A suggestion is to make it private with a protected initialize-function to set it up from the subclasses.
A suggestion is to make it private with a protected initialize-function to set it up from the subclasses.
- backported by
-
JDK-8083050 CollectedHeap::_reserved usage should be cleaned up
-
- Resolved
-