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

Add support for "gc service threads" to ConcurrentGCThread

XMLWordPrintable

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

      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).

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

              Created:
              Updated:
              Resolved: