Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082613 | emb-9 | Bengt Rutisson | P4 | Resolved | Fixed | team |
All implementation of CollectedHeap::supports_heap_inspection() are the same and all they do is return true. The only usage is to check whether we can initiate a VM_GC_HeapInspection operation. So, by removing the check in VM_GC_HeapInspection (since it anyway always return true) we don't need CollectedHeap::supports_heap_inspection() anymore.
- backported by
-
JDK-8082613 Remove CollectedHeap::supports_heap_inspection()
-
- Resolved
-