Update RS Skipped cards uses wrong enum to register to phase

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 12
    • Affects Version/s: 12
    • Component/s: hotspot
    • gc
    • b18

      During initialization of the phase time records the code uses the wrong enum to register the "Skipped Cards" to the "Update RS" logging structure.

      I.e.
            _gc_par_phases[UpdateRS]->link_thread_work_items(_update_rs_skipped_cards, ScanRSSkippedCards);

      which should be

          _gc_par_phases[UpdateRS]->link_thread_work_items(_update_rs_skipped_cards, UpdateRSSkippedCards);

      Since the value of ScanRSSkippedCards equals UpdateRSSkippedCards there is no harm.

            Assignee:
            Thomas Schatzl
            Reporter:
            Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: