RFR: 8280374: G1: Remove unnecessary prev bitmap mark [v2]

Hamlin Li mli at openjdk.java.net
Fri Jan 21 12:52:17 UTC 2022


> 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.

Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:

  Thomas review

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7153/files
  - new: https://git.openjdk.java.net/jdk/pull/7153/files/e28bf093..2fa41ad2

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7153&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7153&range=00-01

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7153.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7153/head:pull/7153

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



More information about the hotspot-gc-dev mailing list