Inline CollectedHeap::increment_total_full_collections

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • gc
    • b05

      This method has a sole caller.

      void increment_total_full_collections() { _total_full_collections++; }

      Inlining it, hence, removing it from the public API also help maintain the invariant between the two counters on the number of (full) gc cycles.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: