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

Optional incremental train old generation

XMLWordPrintable

    • 05
    • generic, sparc
    • solaris_2.6, solaris_7

        Generational GC makes the assumption that young objects tend to die
        quickly. This means that most time should be spent collecting a
        young first generation and that the pause times for this young-space
        collection are acceptable.

        The train generation attempts to offer similar pause times to young-space
        collections by dividing up the heap into small pieces, tracking the
        references into each of these subregions, and then, during each
        collection only collecting a small number of these at a time.

              duke J. Duke
              duke J. Duke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: