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

Extract G1 Young GC algorithm related code from G1CollectedHeap

XMLWordPrintable

    • gc
    • b14

      G1CollectedHeap has traditionally been a catch-all bucket for everything related to G1.

      One big part that is somewhat unrelated to the heap management is the evacuation algorithm applied to the heap during the pause

      The goal here is to extract the algorithm into a separate class (e.g. G1YoungCollector) that contains all collection pause related code, disentangling the algorithm applied similar to G1FullCollector from the generic CollectedHeap functionality.

            tschatzl Thomas Schatzl
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: