Integrated: 8268952: Automatically update heap sizes in G1MonitoringScope

Thomas Schatzl tschatzl at openjdk.java.net
Mon Jun 21 11:14:31 UTC 2021


On Fri, 18 Jun 2021 12:06:33 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi,
> 
>   can I have reviews to factor out the call to `G1MonitoringScope::update_sizes()` into the destructor of that class? Currently all users seem to call this manually close to the end of the scope `G1MonitoringScope` is in.
> 
> Testing: tier1-5
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: a58c477c
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a58c477c49ca595c65f7a2fca2512ff2adea99be
Stats:     18 lines in 4 files changed: 7 ins; 11 del; 0 mod

8268952: Automatically update heap sizes in G1MonitoringScope

Reviewed-by: kbarrett, iwalulya

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

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



More information about the hotspot-gc-dev mailing list