Integrated: 8252859: Inconsistent use of alpha in class AbsSeq
Albert Mingkun Yang
ayang at openjdk.java.net
Tue Sep 8 11:22:03 UTC 2020
On Mon, 7 Sep 2020 10:53:36 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.
This pull request has now been integrated.
Changeset: 76002747
Author: Albert Mingkun Yang <ayang at openjdk.org>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/76002747
Stats: 7 lines in 4 files changed: 1 ins; 0 del; 6 mod
8252859: Inconsistent use of alpha in class AbsSeq
Reviewed-by: tschatzl, sjohanss
-------------
PR: https://git.openjdk.java.net/jdk/pull/47
More information about the hotspot-gc-dev
mailing list