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

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


On Fri, 20 Nov 2020 15:14:21 GMT, Per Liden <pliden 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!

Thanks for reviewing!

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

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



More information about the hotspot-gc-dev mailing list