RFR (M): 8231579: G1's incremental calculation of region elapsed time always uses the same age group for prediction
Kim Barrett
kim.barrett at oracle.com
Wed Nov 27 22:51:45 UTC 2019
> On Nov 27, 2019, at 5:43 PM, Kim Barrett <kim.barrett at oracle.com> wrote:
>
>> On Nov 20, 2019, at 7:49 AM, Thomas Schatzl <thomas.schatzl at oracle.com> wrote:
>> http://cr.openjdk.java.net/~tschatzl/8231579/webrev.0_to_1/ (diff)
>> http://cr.openjdk.java.net/~tschatzl/8231579/webrev.1/ (full)
>>
>> Thanks,
>> Thomas
>
> Looks good.
Oops, I did have one comment:
src/hotspot/share/gc/g1/g1Policy.cpp
136 G1YoungLengthPredictor(bool during_cm,
After the other changes to that class, the during_cm constructor
argument seems to no longer be used.
More information about the hotspot-gc-dev
mailing list