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

Remove unnecessary DefNewGeneration::ref_processor_init()

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: