RFR: 8300657: Remove null filtering in CLD oop handle area

Coleen Phillimore coleenp at openjdk.org
Mon Jan 23 17:21:23 UTC 2023


On Mon, 23 Jan 2023 16:21:02 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> In the CLD oop handle area, there is a null check before calling do_oop. This is unnecessary, as the closures all perform the same null filtering. Since it's a raw access, it also causes trouble for generational ZGC.

Nice, and trivial. Thanks!

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

Marked as reviewed by coleenp (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12145


More information about the hotspot-runtime-dev mailing list