Integrated: 8300657: Remove null filtering in CLD oop handle area
Erik Österlund
eosterlund at openjdk.org
Wed Jan 25 08:21:13 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.
This pull request has now been integrated.
Changeset: b2071f79
Author: Erik Österlund <eosterlund at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b2071f79d854f40df0f3bc2de6828fbcea4d325a
Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
8300657: Remove null filtering in CLD oop handle area
Reviewed-by: coleenp, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/12145
More information about the hotspot-runtime-dev
mailing list