G1: Young gen allocations should never be considered when comparing against IHOP threshold

XMLWordPrintable

    • gc

      After young gc (and potentially somewhere else) G1 uses the recent allocation that led to that GC to determine whether to start a concurrent mark either now or later.

      However, some/most of these allocations will go into young gen, which IHOP calculation should not consider. Only known allocations into old (e.g. humongous) should be used for this calculation.

      Pointed out by [~iwalulya] during review of another issue.

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

              Created:
              Updated: