Remove CollectedHeap::supports_heap_inspection()

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • gc
    • b64

        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.

              Assignee:
              Bengt Rutisson (Inactive)
              Reporter:
              Bengt Rutisson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: