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

Complete marking cycle during mixed gc if heap tight

XMLWordPrintable

    • gc

      If heap is tight, it often happens that the marking cycle has almost finished before a full gc is triggered.
      Actually, often, the marking already completed (e.g. after Remark) and we are only doing some partially concurrent work.

      This idea is to, in that case, complete the remaining work during a "last-ditch" mixed gc if we are expected to run out of memory very soon.

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

              Created:
              Updated: