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

Update RS Skipped cards uses wrong enum to register to phase

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P5
    • 12
    • 12
    • hotspot
    • gc
    • b18

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: