RFR: 8331711: G1 doesn't need pre write barrier for stores from new allocated objects [v2]

Thomas Schatzl tschatzl at openjdk.org
Thu May 16 13:10:02 UTC 2024


On Thu, 9 May 2024 09:34:02 GMT, Liang Mao <lmao at openjdk.org> wrote:

> > > 
> > > There is only 1 store that g1_can_remove_pre_barrier return false and was elided by this PR in JBB.
> > 
> > 
> > Okay. That's what I expected. Given that we are about to remove all of this code in favour of more robust late barrier expansion, I feel like we can live without that one extra store barrier for now.
> 
> ok. That's fairly reasonable.

Could you please withdraw this PR so that it does not show up in the list of open PRs?

Thanks,
  Thomas

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19098#discussion_r1603312243


More information about the hotspot-gc-dev mailing list