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

Factor out g1 young collection specific data structures

XMLWordPrintable

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

      In JDK-8253343 we move the young collection algorithm code out of G1CollectedHeap.

      Look if it is useful to move young collection specific data structures, i.e. ones that are only used during young collection, (from G1CollectedHeap, or HeapRegion) into per-young collection data structure(s).

      This is likely to be a placeholder CR and may be split into multiple down the line

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

              Created:
              Updated: