Integrated: 8273386: Remove duplicated code in G1DCQS::abandon_completed_buffers

Kim Barrett kbarrett at openjdk.java.net
Mon Sep 6 18:23:41 UTC 2021


On Mon, 6 Sep 2021 14:54:28 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this small change to remove some redundant code in
> G1DirtyCardQueueSet::abandon_completed_buffers.  After the two removed lines
> it calls take_all_completed_buffers, which begins with those same two lines.
> 
> Testing:
> Local (linux-x64) hotspot:tier1 with -XX:+UseG1GC.

This pull request has now been integrated.

Changeset: eb221812
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/eb221812b28c1c6da2e442292a4f7cb5226b62ba
Stats:     2 lines in 1 file changed: 0 ins; 2 del; 0 mod

8273386: Remove duplicated code in G1DCQS::abandon_completed_buffers

Reviewed-by: tschatzl

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

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



More information about the hotspot-gc-dev mailing list