On Mon, 12 Apr 2021 19:45:24 GMT, Ian Graves <igra...@openjdk.org> wrote:
> Fixes a bug where the compensated sum should be negated when added together > in the merge step of a given collector. This impacts accuracy of parallel > summations with Double streams and creates larger deviations from a standard > sequential (ie non-parallel) compensated summation. Duplicate of https://github.com/openjdk/jdk/pull/2988 ------------- PR: https://git.openjdk.java.net/jdk/pull/3442