Integrated: 8260042: G1 Post-cleanup liveness printing occurs too early

Thomas Schatzl tschatzl at openjdk.java.net
Tue Jan 26 10:18:42 UTC 2021


On Wed, 20 Jan 2021 16:00:18 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this small change that fixes position of the Post-cleanup liveness printing, causing wrong gc efficiencies to be printed?
> 
> I.e. due to some older changes, the calculation of gc efficiences got moved below the printing of the Post-cleanup liveness which should be about these values. This change corrects that.
> 
> Note that there is a sister issue about not printing the gc efficiencies in the "Post-Marking" phase. This is not scope of this change.
> 
> Testing: manual testing that values are correct, hs-tier1+2

This pull request has now been integrated.

Changeset: b4ace3e9
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b4ace3e9
Stats:     10 lines in 2 files changed: 5 ins; 5 del; 0 mod

8260042: G1 Post-cleanup liveness printing occurs too early

Reviewed-by: sjohanss, iwalulya

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

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



More information about the hotspot-gc-dev mailing list