RFR: 8250961: Move Universe::update_heap_info_at_gc to CollectedHeap [v2]

Aditya Mandaleeka adityam at openjdk.java.net
Tue Sep 8 23:55:53 UTC 2020


On Mon, 7 Sep 2020 08:29:52 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Aditya Mandaleeka has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Rename and rearrange things a bit per feedback.
>
> Now that the variables and functions have moved to CollectedHeap, I don't think we need the _heap_ infix anymore.
> 
> Maybe rename variables to be named:
> _capacity_at_last_gc
> _used_at_last_gc
> 
> Functions:
> free_at_last_gc()
> used_at_last_gc()
> update_capacity_and_used_at_gc()

@stefank Thanks for the suggestions. I've updated the PR.

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

PR: https://git.openjdk.java.net/jdk/pull/27



More information about the hotspot-gc-dev mailing list