RFR: 8256740: ZGC: Move closures out of zOopClosure files
Per Liden
pliden at openjdk.java.net
Fri Nov 20 15:17:04 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.
Looks good!
-------------
Marked as reviewed by pliden (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1347
More information about the hotspot-gc-dev
mailing list