RFR: 8290025: Remove the Sweeper [v3]
Erik Österlund
eosterlund at openjdk.org
Tue Aug 9 06:10:25 UTC 2022
On Fri, 5 Aug 2022 04:10:09 GMT, David Schlosnagle <duke at openjdk.org> wrote:
>> Erik Österlund has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Feedback v2
>
> src/hotspot/share/code/codeCache.cpp line 714:
>
>> 712: size_t max = max_capacity();
>> 713: size_t used = max - free;
>> 714: double gc_interval = time - last_time;
>
> Are `gc_interval` and `duration` both needed? They seem duplicative.
Fixed. Thanks for the review.
-------------
PR: https://git.openjdk.org/jdk/pull/9741
More information about the hotspot-dev
mailing list