Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8077411

Remove CollectedHeap::supports_heap_inspection()

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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.

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

                Created:
                Updated:
                Resolved: