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

Use SATB enqueue_known_active directly where possible

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: