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

Use SATB enqueue_known_active directly where possible

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • P4
    • tbd
    • 17
    • hotspot
    • gc

    Description

      The SATB enqueue function calls enqueue_known_active when SATB is active, and otherwise does nothing. There are places that are calling enqueue even though they've already verified SATB is active. These could instead be calling enqueue_known_active directly. G1 array copying is one such place. There may be others.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kbarrett Kim Barrett
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: