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

G1: Move precleaning to Concurrent Mark From Roots subphase

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 18
    • hotspot
    • gc

      Currently, `Concurrent Mark` (in `G1ConcurrentMarkThread::phase_mark_loop`) consists of four subphases: 1. mark from roots, 2. preclean, 3. wait for remark, and 4. remark pause. "preclean" processes non-strong refs using a single gc thread.

      One can move precleaning inside the first subphase to make it parallel automatically.

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

              Created:
              Updated: