Remove unneccessary protected and virtual modifiers from G1CollectedHeap

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: 11
    • Component/s: hotspot
    • None
    • gc
    • b07

      G1CollectedHeap doesn't need to have any protected members, it is fine with just private and public, so any occurrences of protected members can be removed. Furthermore, there are a few methods that are virtual which don't have to be virtual.

            Assignee:
            Erik Helin
            Reporter:
            Erik Helin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: