Integrated: 8256740: ZGC: Move closures out of zOopClosure files

Stefan Karlsson stefank at openjdk.java.net
Mon Nov 23 08:28:55 UTC 2020


On Fri, 20 Nov 2020 12:39:35 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> zOopClosures.hpp and zOopClosures.inline.hpp contain a collection of different closures. There used to be a need to split closures and have them registered with the oop iterate framework, but that has been fixed with the last oop iterate framework rewrite.
> 
> I propose that we move the closures out to the sub-systems where they are used.

This pull request has now been integrated.

Changeset: 1f32c11d
Author:    Stefan Karlsson <stefank at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1f32c11d
Stats:     269 lines in 14 files changed: 94 ins; 168 del; 7 mod

8256740: ZGC: Move closures out of zOopClosure files

Reviewed-by: pliden

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

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



More information about the hotspot-gc-dev mailing list