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

Remove unneccessary protected and virtual modifiers from G1CollectedHeap

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: