RFR: 8283566: G1: Improve G1BarrierSet::enqueue performance

Aleksey Shipilev shade at openjdk.java.net
Thu Mar 24 19:37:40 UTC 2022


On Thu, 24 Mar 2022 09:14:20 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Maybe rename `enqueue_oop` to `enqueue_not_null`? This is a fairly common naming scheme for methods specialized that way.

Thing is, it is not about nullity. It is about whether we have already loaded the oop or not. Maybe `enqueue_loaded`?

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

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



More information about the hotspot-gc-dev mailing list