RFR: 8252859: Inconsistent use of alpha in class AbsSeq [v2]
Stefan Johansson
sjohanss at openjdk.java.net
Mon Sep 7 15:33:21 UTC 2020
On Mon, 7 Sep 2020 11:59:25 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Invert the meaning of `_alpha`, from `alpha` to `1-alpha`.
>>
>> Test: I instrumented the constructor of `AbsSeq` with `printf("%f\n", _alpha)` onto master and `printf("%f\n", 1.0 -
>> _alpha)` after the patch, and checked the output of `java <useXgc> --version` (G1, Parallel, Shenandoah, and Z) are the
>> same before and after.
>
> Albert Mingkun Yang has refreshed the contents of this pull request, and previous commits have been removed. The
> incremental views will show differences compared to the previous content of the PR.
Looks good, thanks for cleaning this up.
-------------
Marked as reviewed by sjohanss (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/47
More information about the hotspot-gc-dev
mailing list