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

G1: Move precleaning to Concurrent Mark From Roots subphase

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: