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

Factor out task queue statistics printing

XMLWordPrintable

    • gc
    • b08

      Currently task queue statistics printing is handled by special methods when there is (supposedly) interest to do so.

      This results in spotty tracing support: only a few task queue statistics are ever printed (for g1 and and parallel young gc).
      Another side effect is that task queue statistics printing code is duplicated almost verbatim twice.

      Put this code into GenericTaskQueueSet (or somewhere else central) so it can be used in all places (and the duplicate code removed).

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

              Created:
              Updated:
              Resolved: