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

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.

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

              Created:
              Updated:
              Resolved: