-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
tbd
-
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.
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.
- relates to
-
JDK-8297796 GenShen: instrument the remembered set scan
- Resolved
-
JDK-8298597 HdrSeq: support for a merge() method
- Resolved
-
JDK-8305767 HdrSeq: support for a merge() method
- Closed