RFR: 8283566: G1: Improve G1BarrierSet::enqueue performance [v2]
Aleksey Shipilev
shade at openjdk.java.net
Wed Mar 30 07:45:45 UTC 2022
On Mon, 28 Mar 2022 11:00:01 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> > > Thing is, it is not about nullity. It is about whether we have already loaded the oop or not. Maybe `enqueue_loaded`?
> >
> >
> > Okay.
>
> After some back and forth, I settled on `enqueue_loc` for new method. This matches some of the related methods we have in Shenandoah. This also simplifies the patch.
Any opinions about this version?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7921
More information about the hotspot-gc-dev
mailing list