[jdk13u-dev] Integrated: 8255468: JDK-8255269 incorrectly replaced average copy time

Paul Hohensee phh at openjdk.java.net
Wed Oct 28 16:37:47 UTC 2020


On Tue, 27 Oct 2020 16:50:29 GMT, Paul Hohensee <phh at openjdk.org> wrote:

> Please review this fix to the patch for JDK-8255269. Part of the average copy time calculation was left out. This line from the patch
> 
> double average_copy_time = average_time_ms(G1GCPhaseTimes::ObjCopy);
> 
> should be
> 
> double average_copy_time = average_time_ms(G1GCPhaseTimes::ObjCopy) + average_time_ms(G1GCPhaseTimes::OptObjCopy);
> 
> Thanks,
> Paul

This pull request has now been integrated.

Changeset: dbc73fd6
Author:    Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.java.net/jdk13u-dev/commit/dbc73fd6
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8255468: JDK-8255269 incorrectly replaced average copy time

Reviewed-by: yan

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

PR: https://git.openjdk.java.net/jdk13u-dev/pull/6


More information about the jdk-updates-dev mailing list