Drop unnecessary virtual specifier in Space

XMLWordPrintable

    • gc
    • b10

      These two methods are never overridden by subclasses.

        virtual void set_bottom(HeapWord* value) { _bottom = value; }
        virtual void set_end(HeapWord* value) { _end = value; }

      One can drop "virtual" for them.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: