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

Add support for "gc service threads" to ConcurrentGCThread

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 9
    • 9
    • hotspot
    • gc
    • b115

    Description

      GC Service threads include:
          - ConcurrentG1RefineThread
          - G1YoungRemSetSamplingThread
          - ConcurrentMarkThread

      These threads have a common initialization/termination protocol in their run() and stop() methods. Pull these up to ConcurrentGCThread and add virtual run_service()/stop_service() methods.

      There are a few extra complications that will also need to be handled (like G1StringDedupThread already has a static stop() method).

      Attachments

        Issue Links

          Activity

            People

              drwhite Derek White
              drwhite Derek White
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: