Remove unnecessary DefNewGeneration::ref_processor_init()

XMLWordPrintable

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

      `DefNewGeneration::ref_processor_init` just calls the method it's overriding.

      ```
      void DefNewGeneration::ref_processor_init() {
        Generation::ref_processor_init();
      }
      ```
      One can remove it and mark Generation::ref_processor_init as non-virtual.

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

              Created:
              Updated:
              Resolved: