[jdk11u-dev] RFR: 8228609: G1 copy cost prediction uses used vs. actual copied bytes [v6]

Yude Lin duke at openjdk.java.net
Fri Apr 8 02:52:39 UTC 2022


On Thu, 7 Apr 2022 14:53:01 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Yude Lin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   trigger GitHub actions
>
> src/hotspot/share/gc/g1/g1Policy.cpp line 669:
> 
>> 667:     _analytics->report_rs_length_diff((double) rs_length_diff);
>> 668: 
>> 669:     size_t freed_bytes = heap_used_bytes_before_gc - cur_used_bytes;
> 
> `freed_bytes` is now unused.

Removed. Thanks.

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/927


More information about the jdk-updates-dev mailing list