Integrated: 8280374: G1: Remove unnecessary prev bitmap mark

Hamlin Li mli at openjdk.java.net
Wed Jan 26 06:13:35 UTC 2022


On Thu, 20 Jan 2022 09:49:37 GMT, Hamlin Li <mli at openjdk.org> wrote:

> In JDK-8278917, the prev bitmap is used to mark evac failure objs, so at the post of evacuation, the evacuation failure objects are already marked during pss evacuation, so there is no need to mark them again in remove self forwardee phase.

This pull request has now been integrated.

Changeset: 2c64a7f2
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2c64a7f2e30dc83701456595814a831e41e5f628
Stats:     3 lines in 1 file changed: 1 ins; 0 del; 2 mod

8280374: G1: Remove unnecessary prev bitmap mark

Reviewed-by: tschatzl, ayang

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

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



More information about the hotspot-gc-dev mailing list