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

AbsSeq::merge() should not dodge decaying stats

XMLWordPrintable

    • gc
    • Cause Known

      In JDK-8298597, we deferred the work of making merge() work with decaying stats. This requires two things:

      1- a slight rethinking of the API (or its extension) to deal correctly with the concept of "rounds of temporally synchronous samples"
      2- fitting the above into Tony Finch's incremental online computation of decaying statistics
      3- adjusting the associated gtest (see aforementioned ticket)

      This was not needed for the only use case to date (in GenShen), so was deferred for the sake of expediency.

            ysr Y. Ramakrishna
            ysr Y. Ramakrishna
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: