-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082690 | emb-9 | Thomas Schatzl | P4 | Resolved | Fixed | team |
Parallel GC heap initialization registers the java heap twice to NMT, i.e calls MemTracker::record_virtual_memory_type() twice.
Once in ParallelScavengeHeap::initialize(), after the call to Universe::reserve_heap(), and within Universe::reserve_heap() at the end of the ReservedHeapSpace constructor.
This is unnecessary.
Once in ParallelScavengeHeap::initialize(), after the call to Universe::reserve_heap(), and within Universe::reserve_heap() at the end of the ReservedHeapSpace constructor.
This is unnecessary.
- backported by
-
JDK-8082690 Parallel GC registers Java heap twice to NMT
-
- Resolved
-